We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f32e48 commit 0e8fb2dCopy full SHA for 0e8fb2d
1 file changed
.github/workflows/e2e-tests.yml
@@ -438,12 +438,12 @@ jobs:
438
../../bin/phpstan analyze
439
- script: |
440
cd e2e/vvv-with-debug
441
- OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug test.php)
+ OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug test.php 2>&1)
442
echo "$OUTPUT"
443
../bashunit -a contains '# of spawned processes: 1' "$OUTPUT"
444
445
446
- OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug --configuration parallel.neon test.php)
+ OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug --configuration parallel.neon test.php 2>&1)
447
448
449
0 commit comments