-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|