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:
parent
55c2f7faa2
commit
e3e3296dd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user