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