1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/bin/test-with-real-projects.sh

23 lines
547 B
Bash
Raw Normal View History

2019-06-15 15:04:52 +02:00
#!/usr/bin/env bash
set -e
set -x
cd /tmp/
mkdir testing-with-real-projects
cd testing-with-real-projects
2020-01-01 18:32:03 +01:00
git clone git@github.com:sebastianbergmann/phpunit.git
2019-06-15 15:04:52 +02:00
cd phpunit
2020-01-01 18:32:03 +01:00
git checkout 1c2bc44 # bugfix
2019-06-15 15:04:52 +02:00
composer install
2019-08-13 06:01:35 +02:00
~/project/build/psalm.phar --config=.psalm/config.xml --monochrome --show-info=false
~/project/build/psalm.phar --config=.psalm/static-analysis.xml --monochrome
cd /tmp/testing-with-real-projects
2019-12-29 17:11:07 +01:00
git clone git@github.com:muglug/collections.git
cd collections
composer install
~/project/psalm --monochrome --show-info=false