Skip to content

Commit

Permalink
Add --logger-github=false to E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed May 15, 2022
1 parent 62e55f8 commit 1dcd2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/Console/E2ETest.php
Expand Up @@ -349,6 +349,7 @@ private function runInfection(int $expectedExitCode, array $argvExtra = []): str
'run',
'--verbose',
'--no-interaction',
'--logger-github=false',
], $argvExtra));

$output = new BufferedOutput();
Expand Down

0 comments on commit 1dcd2f1

Please sign in to comment.