Skip to content

Commit

Permalink
Reduce output of PHPUnit test
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Aug 13, 2019
1 parent a4b9b73 commit 8f29db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-with-real-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ git clone git@github.com:sebastianbergmann/phpunit.git
cd phpunit
git checkout 24b6cfcec34c1167 # release 8.2.2
composer install
~/project/build/psalm.phar --config=.psalm/config.xml --monochrome
~/project/build/psalm.phar --config=.psalm/config.xml --monochrome --show-info=false
~/project/build/psalm.phar --config=.psalm/static-analysis.xml --monochrome

0 comments on commit 8f29db2

Please sign in to comment.