Skip to content

Commit

Permalink
Raise coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jun 12, 2023
1 parent 8cfe173 commit c1b2e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/SAML2/XML/mdui/DiscoHintsTest.php
Expand Up @@ -113,6 +113,7 @@ public function testMarshallingChildren(): void
$keywords = new Keywords("nl", ["voorbeeld", "specimen"]);
$discoHints = new DiscoHints();
$discoHints->addChild(new Chunk($keywords->toXML()));
$this->assertCount(1, $discoHints->getChildren());

$document = DOMDocumentFactory::fromString('<root />');
$xml = $discoHints->toXML($document->documentElement);
Expand Down

0 comments on commit c1b2e31

Please sign in to comment.