We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c1fb2 commit 5cb18a3Copy full SHA for 5cb18a3
tests/src/OneLogin/Saml2/ResponseTest.php
@@ -629,7 +629,7 @@ public function testGetAttributes()
629
$settings2 = new OneLogin_Saml2_Settings($settingsInfo);
630
$response5 = new OneLogin_Saml2_Response($settings2, $xml4);
631
$attrs = $response5->getAttributes();
632
- $this->assertEquals([0 => "test", 1 => "test2"], $attrs['uid']);
+ $this->assertEquals(array(0 => "test", 1 => "test2"), $attrs['uid']);
633
}
634
635
/**
0 commit comments