Skip to content

Commit

Permalink
add comment why we test this
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Feb 10, 2020
1 parent cc41124 commit f1466b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public function the_metadata_factory_should_return_valid_signed_xml_for_sp()
$entityDescriptor = new EntityDescriptor($dom->childNodes->item(1));
$this->assertInstanceOf(EntityDescriptor::class, $entityDescriptor);

// Verify that the requried "mailto:" prefix is present for the EmailAdress tag
$this->assertContains('<md:EmailAddress>mailto:[email protected]</md:EmailAddress>', $xml);

// Assert schema
Expand Down

0 comments on commit f1466b3

Please sign in to comment.