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