Adrian Nürnberger
2025-01-20 09:38:24 +01:00
parent 0cb8c42497
commit 23f130b0f9
+1 -1
View File
@@ -212,7 +212,7 @@ final class JunitXmlLogger
*/ */
public function testFinished(Finished $event): void public function testFinished(Finished $event): void
{ {
if ($this->preparationFailed) { if (!$this->prepared || $this->preparationFailed) {
return; return;
} }