There was an error while loading. Please reload this page.
1 parent b218894 commit ff63a08Copy full SHA for ff63a08
1 file changed
.github/workflows/e2e-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
- script: |
29
cd e2e/composer-version
30
composer install
31
- OUTPUT=$(../bashunit -a exit_code "1" "vendor/bin/phpstan --error-format=raw")
+ OUTPUT=$(../bashunit -a exit_code "1" "vendor/bin/phpstan analyze test.php --error-format=raw")
32
echo "$OUTPUT"
33
../bashunit -a contains 'test.php:12:Version requirement will always evaluate to false.' "$OUTPUT"
34
../bashunit -a contains 'test.php:32:Version requirement will always evaluate to false.' "$OUTPUT"
0 commit comments