We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e302f5e commit bd5c255Copy full SHA for bd5c255
.github/workflows/e2e-tests.yml
@@ -384,7 +384,10 @@ jobs:
384
os: "ubuntu-latest"
385
- script: |
386
cd e2e/bug-12972
387
- ../bashunit -a exit_code "1" ../../bin/phpstan
+ OUTPUT=$(../bashunit -a exit_code "1" ../../bin/phpstan)
388
+ echo "$OUTPUT"
389
+ ../bashunit -a contains 'Internal error: Failed opening required' "$OUTPUT"
390
+ ../bashunit -a contains 'e2e/bug-12972/src/OTHER/file.php' "$OUTPUT"
391
392
393
0 commit comments