mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix testing with real projects
This commit is contained in:
parent
033b610770
commit
7b180ed091
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user