diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 5f7263d2a26..d22dc0c2d0a 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -26,6 +26,9 @@ collections) git clone --depth=1 git@github.com:psalm/endtoend-test-collections.git cd endtoend-test-collections composer install + rm vendor/amphp/amp/lib/functions.php; touch vendor/amphp/amp/lib/functions.php; + rm vendor/amphp/amp/lib/Internal/functions.php; touch vendor/amphp/amp/lib/Internal/functions.php + rm vendor/amphp/byte-stream/lib/functions.php; touch vendor/amphp/byte-stream/lib/functions.php "$PSALM" --monochrome --show-info=false ;;