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 6138bee commit 5208b04Copy full SHA for 5208b04
tests/modules/saml/src/Auth/Source/SPTest.php
@@ -245,7 +245,7 @@ public function testAuthnContextClassRef(): void
245
$a = $ar->getRequestedAuthnContext();
246
$this->assertEquals(
247
($state['saml:AuthnContextClassRef'])->getContent(),
248
- $a->getRequestedAuthnContexts()[0]->getContent(),
+ $a[0]->getContent(),
249
);
250
251
$xml = $ar->toSignedXML();
0 commit comments