1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Use psalm/endtoend-test-phpunit

Fixes vimeo/psalm#6044
This commit is contained in:
Bruce Weirdan 2021-07-04 20:40:50 +03:00
parent c27b51b91f
commit 040d528d59
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -9,22 +9,22 @@ cd testing-with-real-projects
case $1 in
phpunit)
git clone git@github.com:muglug/phpunit.git
cd phpunit
git clone --depth=1 git@github.com:psalm/endtoend-test-phpunit
cd endtoend-test-phpunit
composer install
~/project/build/psalm.phar --config=.psalm/config.xml --monochrome --show-info=false
~/project/build/psalm.phar --config=.psalm/static-analysis.xml --monochrome
;;
collections)
git clone git@github.com:muglug/collections.git
git clone --depth=1 git@github.com:muglug/collections.git
cd collections
composer install
~/project/psalm --monochrome --show-info=false
;;
psl)
git clone git@github.com:muglug/psl.git
git clone --depth=1 git@github.com:muglug/psl.git
cd psl
git checkout 1.6.x
composer install --ignore-platform-reqs
@ -32,7 +32,7 @@ psl)
;;
laravel)
git clone git@github.com:muglug/framework.git
git clone --depth=1 git@github.com:muglug/framework.git
cd framework
composer install
~/project/psalm --monochrome