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 97a9420 commit 8e5416eCopy full SHA for 8e5416e
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