Skip to content

Commit

Permalink
Merge branch '11.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 10, 2025
2 parents f9aaf98 + 0acb4cc commit 9a504b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Logging/JUnit/JunitXmlLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ public function testPrepared(): void

public function testPrintedUnexpectedOutput(PrintedUnexpectedOutput $event): void
{
assert($this->currentTestCase !== null);

$systemOut = $this->document->createElement(
'system-out',
Xml::prepareString($event->output()),
Expand Down

0 comments on commit 9a504b2

Please sign in to comment.