Skip to content

Commit fe6c7bd

Browse files
committed
BC: remove trailing comma
1 parent 5fd4ce4 commit fe6c7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SAML2/DOMDocumentFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function testStringThatContainsDocTypeIsNotAccepted2(): void
110110
<foo>y</foo>';
111111
$this->expectException(RuntimeException::class);
112112
$this->expectExceptionMessage(
113-
'Dangerous XML detected, DOCTYPE nodes are not allowed in the XML body',
113+
'Dangerous XML detected, DOCTYPE nodes are not allowed in the XML body'
114114
);
115115
DOMDocumentFactory::fromString($xml);
116116
}

0 commit comments

Comments
 (0)