From 70573947888f65dc45fc7a75f883589c7d6a1353 Mon Sep 17 00:00:00 2001 From: Peter Fox Date: Mon, 14 Oct 2024 08:14:10 +0100 Subject: [PATCH] Allow PHPUnit Deprecations to be hidden (#897) --- src/WrapperRunner/ResultPrinter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,