@@ -72,7 +72,7 @@ public function testDumpAnonymousServices()
7272 $ container = include self ::$ fixturesPath .'/containers/container11.php ' ;
7373 $ dumper = new XmlDumper ($ container );
7474 $ this ->assertEquals ('<?xml version="1.0" encoding="utf-8"?>
75- <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">
75+ <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">
7676 <services>
7777 <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
7878 <service id="foo" class="FooClass" public="true">
@@ -96,7 +96,7 @@ public function testDumpEntities()
9696 $ container = include self ::$ fixturesPath .'/containers/container12.php ' ;
9797 $ dumper = new XmlDumper ($ container );
9898 $ this ->assertEquals ("<?xml version= \"1.0 \" encoding= \"utf-8 \"?>
99- <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 \">
99+ <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 \">
100100 <services>
101101 <service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
102102 <service id= \"foo \" class= \"FooClass\Foo \" public= \"true \">
@@ -125,7 +125,7 @@ public function provideDecoratedServicesData()
125125
126126 return [
127127 ["<?xml version= \"1.0 \" encoding= \"utf-8 \"?>
128- <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 \">
128+ <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 \">
129129 <services>
130130 <service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
131131 <service id= \"foo \" class= \"FooClass\Foo \" public= \"true \" decorates= \"bar \" decoration-inner-name= \"bar.woozy \"/>
@@ -135,7 +135,7 @@ public function provideDecoratedServicesData()
135135</container>
136136 " , include $ fixturesPath .'/containers/container15.php ' ],
137137 ["<?xml version= \"1.0 \" encoding= \"utf-8 \"?>
138- <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 \">
138+ <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 \">
139139 <services>
140140 <service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
141141 <service id= \"foo \" class= \"FooClass\Foo \" public= \"true \" decorates= \"bar \"/>
0 commit comments