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 6bb1a12 commit 770b444Copy full SHA for 770b444
1 file changed
tests/XMLSchema/XML/xs/ComplexContentTest.php
@@ -164,5 +164,7 @@ public function testMarshalling(): void
164
self::$xmlRepresentation->saveXML(self::$xmlRepresentation->documentElement),
165
strval($complexContent),
166
);
167
+
168
+ $this->assertFalse($complexContent->isEmptyElement());
169
}
170
0 commit comments