We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393f787 commit 83256a9Copy full SHA for 83256a9
tests/SAML2/XML/md/ExtensionsTest.php
@@ -60,7 +60,7 @@ public function testExtensionAddEmpty(): void
60
<ns:SomeChunk xmlns:ns="urn:some:ns" foo="bar">Contents</ns:SomeChunk>
61
</md:Extensions>
62
</root>
63
-XML
+XML;
64
$this->assertEquals(
65
$xml,
66
trim($d->saveXML())
@@ -142,7 +142,7 @@ public function testAddExtensions(): void
142
<alg:DigestMethod xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="SomeAlgorithm"/>
143
144
145
146
147
148
trim($r->ownerDocument->saveXML())
0 commit comments