We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c4185 commit b2fb8beCopy full SHA for b2fb8be
tests/XMLSerializerTest.php
@@ -36,7 +36,7 @@ public function testCanAppendToWriter(): void {
36
$writer->startDocument();
37
$serializer->appendToWriter($writer, $this->tokens);
38
$writer->endDocument();
39
-
+
40
$this->assertEquals($expected, $writer->outputMemory());
41
}
42
0 commit comments