From 29ac774b0183dc698b276b2e923f20272aa7aea9 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 22 Nov 2023 15:35:40 +0100 Subject: [PATCH] Fix --- bin/test-with-real-projects.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 9fd6483b0..fdcddae7d 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -38,6 +38,7 @@ psl) cd endtoend-test-psl git checkout 2.3.x composer install + sed 's/ErrorOutputBehavior::Packed, ErrorOutputBehavior::Discard/ErrorOutputBehavior::Discard/g' -i src/Psl/Shell/execute.php "$PSALM" --monochrome -c config/psalm.xml "$PSALM" --monochrome -c config/psalm.xml tests/static-analysis ;;