mirror of
https://github.com/pestphp/pest.git
synced 2026-07-21 17:10:03 +02:00
Update JunitXmlLogger.php
from https://github.com/sebastianbergmann/phpunit/issues/5771 https://github.com/sebastianbergmann/phpunit/commit/c722fb259972a6c55fbb295169fd1a000b3d4c88
This commit is contained in:
@@ -212,7 +212,7 @@ final class JunitXmlLogger
|
||||
*/
|
||||
public function testFinished(Finished $event): void
|
||||
{
|
||||
if ($this->preparationFailed) {
|
||||
if (!$this->prepared || $this->preparationFailed) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user