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:
parent
033b610770
commit
7b180ed091
@ -26,12 +26,12 @@ cd /tmp/testing-with-real-projects
|
|||||||
git clone git@github.com:Ocramius/ProxyManager.git
|
git clone git@github.com:Ocramius/ProxyManager.git
|
||||||
cd ProxyManager
|
cd ProxyManager
|
||||||
composer install
|
composer install
|
||||||
~/project/build/psalm.phar --monochrome
|
~/project/psalm --monochrome
|
||||||
|
|
||||||
cd /tmp/testing-with-real-projects
|
cd /tmp/testing-with-real-projects
|
||||||
|
|
||||||
git clone git@github.com:roave/you-are-using-it-wrong.git
|
git clone git@github.com:roave/you-are-using-it-wrong.git
|
||||||
cd you-are-using-it-wrong
|
cd you-are-using-it-wrong
|
||||||
composer install
|
composer install
|
||||||
~/project/build/psalm.phar --monochrome
|
~/project/psalm --monochrome
|
||||||
./vendor/bin/phpunit
|
./vendor/bin/phpunit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user