Skip to content

Commit 83256a9

Browse files
committed
tests: Fix codesniffer issues
1 parent 393f787 commit 83256a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/SAML2/XML/md/ExtensionsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testExtensionAddEmpty(): void
6060
<ns:SomeChunk xmlns:ns="urn:some:ns" foo="bar">Contents</ns:SomeChunk>
6161
</md:Extensions>
6262
</root>
63-
XML
63+
XML;
6464
$this->assertEquals(
6565
$xml,
6666
trim($d->saveXML())
@@ -142,7 +142,7 @@ public function testAddExtensions(): void
142142
<alg:DigestMethod xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="SomeAlgorithm"/>
143143
</md:Extensions>
144144
</root>
145-
XML
145+
XML;
146146
$this->assertEquals(
147147
$xml,
148148
trim($r->ownerDocument->saveXML())

0 commit comments

Comments
 (0)