mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Add laravel/framework fork to test-with-real-projects
This commit is contained in:
parent
bbada7ba8d
commit
30db5d10cf
@ -29,7 +29,14 @@ proxymanager)
|
||||
composer install
|
||||
~/project/psalm --monochrome
|
||||
;;
|
||||
|
||||
laravel)
|
||||
git clone git@github.com:muglug/framework.git
|
||||
cd framework
|
||||
composer install
|
||||
~/project/psalm --monochrome
|
||||
;;
|
||||
*)
|
||||
echo "Usage: test-with-real-projects.sh {phpunit|collections|proxymanager}"
|
||||
echo "Usage: test-with-real-projects.sh {phpunit|collections|proxymanager|laravel}"
|
||||
exit 1
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user