Skip to content

Commit

Permalink
Honor displayDetailsOnPhpunitDeprecations config option (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Sep 20, 2024
1 parent cd6f02f commit f29c7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WrapperRunner/ResultPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function printResults(TestResult $testResult, array $teamcityFiles, array
$this->printer,
true,
true,
true,
$this->options->configuration->displayDetailsOnPhpunitDeprecations(),
true,
true,
true,
Expand All @@ -219,7 +219,7 @@ public function printResults(TestResult $testResult, array $teamcityFiles, array
$this->printer,
true,
true,
true,
$this->options->configuration->displayDetailsOnPhpunitDeprecations(),
false,
false,
false,
Expand Down

0 comments on commit f29c7d6

Please sign in to comment.