We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8b681 commit 9f32e48Copy full SHA for 9f32e48
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 test.php -vvv --debug)
+ OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug test.php)
442
echo "$OUTPUT"
443
../bashunit -a contains '# of spawned processes: 1' "$OUTPUT"
444
445
446
- OUTPUT=$(../../bin/phpstan analyze test.php -vvv --debug --configuration parallel.neon)
+ OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug --configuration parallel.neon test.php)
447
448
449
0 commit comments