Skip to content

Commit 7057394

Browse files
authored
Allow PHPUnit Deprecations to be hidden (#897)
1 parent 7681556 commit 7057394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WrapperRunner/ResultPrinter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function printResults(TestResult $testResult, array $teamcityFiles, array
199199
$this->printer,
200200
true,
201201
true,
202-
true,
202+
$this->options->configuration->displayDetailsOnPhpunitDeprecations(),
203203
true,
204204
true,
205205
true,
@@ -219,7 +219,7 @@ public function printResults(TestResult $testResult, array $teamcityFiles, array
219219
$this->printer,
220220
true,
221221
true,
222-
true,
222+
$this->options->configuration->displayDetailsOnPhpunitDeprecations(),
223223
false,
224224
false,
225225
false,

0 commit comments

Comments
 (0)