diff --git a/tests/SAML2/AuthnRequestTest.php b/tests/SAML2/AuthnRequestTest.php index f90c272a4..d7f85d50f 100644 --- a/tests/SAML2/AuthnRequestTest.php +++ b/tests/SAML2/AuthnRequestTest.php @@ -984,7 +984,7 @@ public function testEmptySubjectThrowsException() $this->setExpectedException('Exception', 'Missing or in '); $authnRequest = new AuthnRequest(DOMDocumentFactory::fromString($xml)->documentElement); } - + /** * Test setting audiences. */ @@ -994,7 +994,7 @@ public function testAudiencesAreAddedCorrectly() $request = new AuthnRequest(); $request->setIssuer('https://gateway.example.org/saml20/sp/metadata'); $request->setDestination('https://tiqr.example.org/idp/profile/saml2/Redirect/SSO'); - $request->setAudiences(array('https://sp1.example.org', 'https://sp2.example.org'); + $request->setAudiences(array('https://sp1.example.org', 'https://sp2.example.org')); $expectedStructureDocument = <<