diff --git a/src/Logging/JUnit/JUnitLogger.php b/src/Logging/JUnit/JUnitLogger.php index 235899cc..68ce1756 100644 --- a/src/Logging/JUnit/JUnitLogger.php +++ b/src/Logging/JUnit/JUnitLogger.php @@ -105,8 +105,6 @@ final class JUnitLogger $this->printer->print($this->document->saveXML()); $this->printer->flush(); - - $this->output->writeln('Junit finished'); } public function testSuiteStarted(Started $event): void