1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Test doctrine collections (#2524)

* Added doctrine/collections to the list of real projects to test with

* Don't use phar version to check doctrine/collections
This commit is contained in:
Bruce Weirdan 2019-12-29 03:51:39 +02:00 committed by Matthew Brown
parent 55c2f7faa2
commit e3e3296dd9

View File

@ -13,3 +13,10 @@ git checkout 69a81ac # bugfix
composer install
~/project/build/psalm.phar --config=.psalm/config.xml --monochrome --show-info=false
~/project/build/psalm.phar --config=.psalm/static-analysis.xml --monochrome
cd /tmp/testing-with-real-projects
git clone git@github.com:doctrine/collections.git
cd collections
composer install
~/project/psalm --monochrome --show-info=false