Skip to content

Commit

Permalink
Use psalm forks of end-to-end SUTs
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Dec 26, 2021
1 parent 7bb737b commit b664d58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/test-with-real-projects.sh
Expand Up @@ -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
;;
Expand All @@ -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

0 comments on commit b664d58

Please sign in to comment.