@@ -72,7 +72,7 @@ public function testDumpAnonymousServices()
72
72
$ container = include self ::$ fixturesPath .'/containers/container11.php ' ;
73
73
$ dumper = new XmlDumper ($ container );
74
74
$ 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">
76
76
<services>
77
77
<service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
78
78
<service id="foo" class="FooClass" public="true">
@@ -96,7 +96,7 @@ public function testDumpEntities()
96
96
$ container = include self ::$ fixturesPath .'/containers/container12.php ' ;
97
97
$ dumper = new XmlDumper ($ container );
98
98
$ 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 \">
100
100
<services>
101
101
<service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
102
102
<service id= \"foo \" class= \"FooClass\Foo \" public= \"true \">
@@ -125,7 +125,7 @@ public function provideDecoratedServicesData()
125
125
126
126
return [
127
127
["<?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 \">
129
129
<services>
130
130
<service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
131
131
<service id= \"foo \" class= \"FooClass\Foo \" public= \"true \" decorates= \"bar \" decoration-inner-name= \"bar.woozy \"/>
@@ -135,7 +135,7 @@ public function provideDecoratedServicesData()
135
135
</container>
136
136
" , include $ fixturesPath .'/containers/container15.php ' ],
137
137
["<?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 \">
139
139
<services>
140
140
<service id= \"service_container \" class= \"Symfony\Component\DependencyInjection\ContainerInterface \" public= \"true \" synthetic= \"true \"/>
141
141
<service id= \"foo \" class= \"FooClass\Foo \" public= \"true \" decorates= \"bar \"/>
0 commit comments