File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Symfony/Component/DependencyInjection/Tests/Loader Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ public function testLoadImports()
131
131
{
132
132
$ container = new ContainerBuilder ();
133
133
$ resolver = new LoaderResolver (array (
134
- new IniFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/xml ' )),
135
- new YamlFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/xml ' )),
134
+ new IniFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/ini ' )),
135
+ new YamlFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/yml ' )),
136
136
$ loader = new XmlFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/xml ' )),
137
137
));
138
138
$ loader ->setResolver ($ resolver );
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ public function testLoadImports()
104
104
{
105
105
$ container = new ContainerBuilder ();
106
106
$ resolver = new LoaderResolver (array (
107
- new IniFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/yaml ' )),
108
- new XmlFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/yaml ' )),
107
+ new IniFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/ini ' )),
108
+ new XmlFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/xml ' )),
109
109
new PhpFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/php ' )),
110
110
$ loader = new YamlFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/yaml ' )),
111
111
));
You can’t perform that action at this time.
0 commit comments