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 3302f90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/test-with-real-projects.sh
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 3302f90

Please sign in to comment.