1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Merge pull request #6045 from weirdan/use-endtoend-test-phpunit

Use psalm/endtoend-test-phpunit
This commit is contained in:
Bruce Weirdan 2021-07-04 21:40:55 +03:00 committed by GitHub
commit 3abea66639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,15 +9,15 @@ 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
@ -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