mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
sync change
This commit is contained in:
@ -115,7 +115,7 @@ final class JunitXmlLogger
|
|||||||
|
|
||||||
public function flush(): void
|
public function flush(): void
|
||||||
{
|
{
|
||||||
$this->printer->print($this->document->saveXML());
|
$this->printer->print($this->document->saveXML() ?: '');
|
||||||
|
|
||||||
$this->printer->flush();
|
$this->printer->flush();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user