1
0
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:
Brown 2020-06-15 17:24:23 -04:00
parent bbada7ba8d
commit 30db5d10cf

View File

@ -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