diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 4e9b1f9bb58..71d9f42ff2b 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -22,7 +22,7 @@ phpunit) ;; collections) - git clone --depth=1 git@github.com:muglug/collections.git + git clone --depth=1 git@github.com:psalm/endtoend-test-collections.git cd collections composer install "$PSALM" --monochrome --show-info=false @@ -38,12 +38,12 @@ psl) ;; laravel) - git clone --depth=1 git@github.com:muglug/framework.git + git clone --depth=1 git@github.com:psalm/endtoend-test-laravel.git cd framework 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