Skip to content

Commit c898e94

Browse files
committed
Add keys to SettingsTest
1 parent 78ac9f4 commit c898e94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/OneLogin/Saml2/SettingsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,8 @@ public function testGetSecurityData()
919919
$this->assertArrayHasKey('requestedAuthnContext', $security);
920920
$this->assertArrayHasKey('wantXMLValidation', $security);
921921
$this->assertArrayHasKey('wantNameId', $security);
922+
$this->assertArrayHasKey('relaxDestinationValidation', $security);
923+
$this->assertArrayHasKey('destinationStrictlyMatches', $security);
922924
}
923925

924926
/**

0 commit comments

Comments
 (0)