We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303f0fc commit 92085dbCopy full SHA for 92085db
tests/SAML2/XML/saml/EncryptedAssertionTest.php
@@ -92,7 +92,7 @@ public static function tearDownAfterClass(): void
92
public function testMarshalling(): void
93
{
94
$transforms = new Transforms(
95
- [new Transform(C::XPATH10_URI, new XPath('self::xenc:CipherValue[@Id="example1"]', ['xenc' => C::NS_XENC]))],
+ [new Transform(C::XPATH10_URI, new XPath('self::xenc:CipherValue[@Id="example1"]'))],
96
);
97
98
$retrievalMethod = new RetrievalMethod($transforms, '#Encrypted_KEY_ID', C::XMLENC_ENCRYPTEDKEY);
0 commit comments