mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
parent
c27b51b91f
commit
040d528d59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user