Skip to content

Commit

Permalink
Make Saml2\Auth can accept the spValidationOnly param
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed May 30, 2024
1 parent 89b18c8 commit 4719126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/OneLogin/Saml2/AuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function testGetSettings()
*
* @covers OneLogin\Saml2\Auth
*/
public function testSpValidateOnlyIsTrue()
public function testSpValidateOnly()
{
$settingsDir = TEST_ROOT .'/settings/';
include $settingsDir.'settings2.php';
Expand Down
2 changes: 1 addition & 1 deletion tests/src/OneLogin/Saml2/SettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function testLoadSettingsFromArray()
*
* @covers OneLogin\Saml2\Settings
*/
public function testSpValidateOnlyIsTrue()
public function testSpValidateOnly()
{
$settingsDir = TEST_ROOT .'/settings/';
include $settingsDir.'settings2.php';
Expand Down

0 comments on commit 4719126

Please sign in to comment.