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 171f3d8 commit 7ca6e17Copy full SHA for 7ca6e17
tests/MetadataExchange/XML/wsx/GetMetadataTest.php
@@ -63,6 +63,7 @@ public function testMarshalling(): void
63
[$attr1],
64
);
65
66
+ $this->assertFalse($getMetadata->isEmptyElement());
67
$this->assertEquals(
68
self::$xmlRepresentation->saveXML(self::$xmlRepresentation->documentElement),
69
strval($getMetadata),
0 commit comments