1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix testing with real projects

This commit is contained in:
Matthew Brown 2020-01-01 17:45:28 -05:00
parent 033b610770
commit 7b180ed091

View File

@ -26,12 +26,12 @@ cd /tmp/testing-with-real-projects
git clone git@github.com:Ocramius/ProxyManager.git
cd ProxyManager
composer install
~/project/build/psalm.phar --monochrome
~/project/psalm --monochrome
cd /tmp/testing-with-real-projects
git clone git@github.com:roave/you-are-using-it-wrong.git
cd you-are-using-it-wrong
composer install
~/project/build/psalm.phar --monochrome
~/project/psalm --monochrome
./vendor/bin/phpunit