@@ -73,7 +73,7 @@ public function testDumpAnonymousServices()
7373 $ container = include self ::$ fixturesPath .'/containers/container11.php ' ;
7474 $ dumper = new XmlDumper ($ container );
7575 $ this ->assertEquals ('<?xml version="1.0" encoding="utf-8"?>
76- <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http ://symfony.com/schema/dic/services/services-1.0.xsd">
76+ <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https ://symfony.com/schema/dic/services/services-1.0.xsd">
7777 <services>
7878 <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
7979 <service id="foo" class="FooClass" public="true">
@@ -97,7 +97,7 @@ public function testDumpEntities()
9797 $ container = include self ::$ fixturesPath .'/containers/container12.php ' ;
9898 $ dumper = new XmlDumper ($ container );
9999 $ this ->assertEquals ("<?xml version= \"1.0 \" encoding= \"utf-8 \"?>
100- <container xmlns= \"http://symfony.com/schema/dic/services \" xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" xsi:schemaLocation= \"http://symfony.com/schema/dic/services http ://symfony.com/schema/dic/services/services-1.0.xsd \">
100+ <container xmlns= \"http://symfony.com/schema/dic/services \" xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" xsi:schemaLocation= \"http://symfony.com/schema/dic/services https ://symfony.com/schema/dic/services/services-1.0.xsd \">
101101 <services>
102102 <service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
103103 <service id= \"foo \" class= \"FooClass\Foo \" public= \"true \">
@@ -126,7 +126,7 @@ public function provideDecoratedServicesData()
126126
127127 return [
128128 ["<?xml version= \"1.0 \" encoding= \"utf-8 \"?>
129- <container xmlns= \"http://symfony.com/schema/dic/services \" xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" xsi:schemaLocation= \"http://symfony.com/schema/dic/services http ://symfony.com/schema/dic/services/services-1.0.xsd \">
129+ <container xmlns= \"http://symfony.com/schema/dic/services \" xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" xsi:schemaLocation= \"http://symfony.com/schema/dic/services https ://symfony.com/schema/dic/services/services-1.0.xsd \">
130130 <services>
131131 <service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
132132 <service id= \"foo \" class= \"FooClass\Foo \" public= \"true \" decorates= \"bar \" decoration-inner-name= \"bar.woozy \"/>
@@ -136,7 +136,7 @@ public function provideDecoratedServicesData()
136136</container>
137137 " , include $ fixturesPath .'/containers/container15.php ' ],
138138 ["<?xml version= \"1.0 \" encoding= \"utf-8 \"?>
139- <container xmlns= \"http://symfony.com/schema/dic/services \" xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" xsi:schemaLocation= \"http://symfony.com/schema/dic/services http ://symfony.com/schema/dic/services/services-1.0.xsd \">
139+ <container xmlns= \"http://symfony.com/schema/dic/services \" xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" xsi:schemaLocation= \"http://symfony.com/schema/dic/services https ://symfony.com/schema/dic/services/services-1.0.xsd \">
140140 <services>
141141 <service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
142142 <service id= \"foo \" class= \"FooClass\Foo \" public= \"true \" decorates= \"bar \"/>
0 commit comments