Skip to content

Commit 8e5416e

Browse files
committed
Raise coverage
1 parent 97a9420 commit 8e5416e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/XMLSchema/XML/xs/ComplexContentTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,7 @@ public function testMarshalling(): void
164164
self::$xmlRepresentation->saveXML(self::$xmlRepresentation->documentElement),
165165
strval($complexContent),
166166
);
167+
168+
$this->assertFalse($complexContent->isEmptyElement());
167169
}
168170
}

0 commit comments

Comments
 (0)