Skip to content

Commit ff63a08

Browse files
committed
Update e2e-tests.yml
1 parent b218894 commit ff63a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- script: |
2929
cd e2e/composer-version
3030
composer install
31-
OUTPUT=$(../bashunit -a exit_code "1" "vendor/bin/phpstan --error-format=raw")
31+
OUTPUT=$(../bashunit -a exit_code "1" "vendor/bin/phpstan analyze test.php --error-format=raw")
3232
echo "$OUTPUT"
3333
../bashunit -a contains 'test.php:12:Version requirement will always evaluate to false.' "$OUTPUT"
3434
../bashunit -a contains 'test.php:32:Version requirement will always evaluate to false.' "$OUTPUT"

0 commit comments

Comments
 (0)