Skip to content

Commit

Permalink
Fix test-with-real-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 2, 2020
1 parent ca1e65b commit 3aa6362
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/test-with-real-projects.sh
Expand Up @@ -9,7 +9,6 @@ cd testing-with-real-projects


git clone git@github.com:sebastianbergmann/phpunit.git git clone git@github.com:sebastianbergmann/phpunit.git
cd phpunit cd phpunit
git checkout 1c2bc44 # bugfix
composer install composer install
~/project/build/psalm.phar --config=.psalm/config.xml --monochrome --show-info=false ~/project/build/psalm.phar --config=.psalm/config.xml --monochrome --show-info=false
~/project/build/psalm.phar --config=.psalm/static-analysis.xml --monochrome ~/project/build/psalm.phar --config=.psalm/static-analysis.xml --monochrome
Expand All @@ -23,16 +22,16 @@ composer install


cd /tmp/testing-with-real-projects cd /tmp/testing-with-real-projects


git clone git@github.com:muglug/ProxyManager.git git clone git@github.com:vimeo/ProxyManager.git
cd ProxyManager cd ProxyManager
git checkout c61365d3a856d5a88f53b7c1fc8dc775f06fa25c
composer install composer install
~/project/psalm --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:muglug/you-are-using-it-wrong.git
cd you-are-using-it-wrong cd you-are-using-it-wrong
git checkout 5d29951fd0c49570e566c3dd5118eb18dc9c67bb
composer install composer install
~/project/psalm --monochrome ~/project/psalm --monochrome
./vendor/bin/phpunit ./vendor/bin/phpunit

0 comments on commit 3aa6362

Please sign in to comment.