diff --git a/src/WrapperRunner/ResultPrinter.php b/src/WrapperRunner/ResultPrinter.php index 31ce159f..fceaba66 100644 --- a/src/WrapperRunner/ResultPrinter.php +++ b/src/WrapperRunner/ResultPrinter.php @@ -199,7 +199,7 @@ public function printResults(TestResult $testResult, array $teamcityFiles, array $this->printer, true, true, - true, + $this->options->configuration->displayDetailsOnPhpunitDeprecations(), true, true, true, @@ -219,7 +219,7 @@ public function printResults(TestResult $testResult, array $teamcityFiles, array $this->printer, true, true, - true, + $this->options->configuration->displayDetailsOnPhpunitDeprecations(), false, false, false,