From 30db5d10cf84066c41d458ff33d7b584f11b773a Mon Sep 17 00:00:00 2001 From: Brown Date: Mon, 15 Jun 2020 17:24:23 -0400 Subject: [PATCH] Add laravel/framework fork to test-with-real-projects --- bin/test-with-real-projects.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 5b01b28bd..795d9e7c4 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -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