File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function testExtensionAddEmpty() : void
3636 $ list = Extensions::getList ($ r );
3737 $ this ->assertCount (0 , $ list );
3838 $ this ->assertEquals (<<<XML
39- <?xml version="1.0"?>
39+ <?xml version="1.0" encoding="UTF-8" ?>
4040<root/>
4141XML
4242 ,
@@ -53,7 +53,7 @@ public function testExtensionAddEmpty() : void
5353 $ list = Extensions::getList ($ r );
5454 $ this ->assertCount (1 , $ list );
5555 $ this ->assertEquals (<<<XML
56- <?xml version="1.0"?>
56+ <?xml version="1.0" encoding="UTF-8" ?>
5757<root>
5858 <md:Extensions xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ns="urn:some:ns">
5959 <ns:SomeChunk xmlns:ns="urn:some:ns" foo="bar">Contents</ns:SomeChunk>
@@ -135,7 +135,7 @@ public function testAddExtensions() : void
135135 Extensions::addList ($ r , $ extensions );
136136 $ this ->assertEquals (
137137<<<XML
138- <?xml version="1.0"?>
138+ <?xml version="1.0" encoding="UTF-8" ?>
139139<root>
140140 <md:Extensions xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata">
141141 <shibmd:Scope xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" regexp="false">SomeScope</shibmd:Scope>
You can’t perform that action at this time.
0 commit comments