Skip to content

Commit 4719126

Browse files
committed
Make Saml2\Auth can accept the spValidationOnly param
1 parent 89b18c8 commit 4719126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/src/OneLogin/Saml2/AuthTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testGetSettings()
5757
*
5858
* @covers OneLogin\Saml2\Auth
5959
*/
60-
public function testSpValidateOnlyIsTrue()
60+
public function testSpValidateOnly()
6161
{
6262
$settingsDir = TEST_ROOT .'/settings/';
6363
include $settingsDir.'settings2.php';

tests/src/OneLogin/Saml2/SettingsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testLoadSettingsFromArray()
5656
*
5757
* @covers OneLogin\Saml2\Settings
5858
*/
59-
public function testSpValidateOnlyIsTrue()
59+
public function testSpValidateOnly()
6060
{
6161
$settingsDir = TEST_ROOT .'/settings/';
6262
include $settingsDir.'settings2.php';

0 commit comments

Comments
 (0)