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:
commit
3abea66639
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user