From b664d5820aabb761ce33a105a0c4474e50f030fa Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sun, 26 Dec 2021 09:47:38 +0200 Subject: [PATCH] Use psalm forks of end-to-end SUTs --- bin/test-with-real-projects.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 4e9b1f9bb58..0419d304d56 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -22,8 +22,8 @@ phpunit) ;; collections) - git clone --depth=1 git@github.com:muglug/collections.git - cd collections + git clone --depth=1 git@github.com:psalm/endtoend-test-collections.git + cd endtoend-test-collections composer install "$PSALM" --monochrome --show-info=false ;; @@ -38,12 +38,12 @@ psl) ;; laravel) - git clone --depth=1 git@github.com:muglug/framework.git - cd framework + git clone --depth=1 git@github.com:psalm/endtoend-test-laravel.git + cd endtoend-test-laravel composer install "$PSALM" --monochrome ;; *) - echo "Usage: test-with-real-projects.sh {phpunit|collections|proxymanager|laravel|psl}" + echo "Usage: test-with-real-projects.sh {phpunit|collections|laravel|psl}" exit 1 esac