File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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()
131131 {
132132 $ container = new ContainerBuilder ();
133133 $ 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 ' )),
136136 $ loader = new XmlFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/xml ' )),
137137 ));
138138 $ loader ->setResolver ($ resolver );
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ public function testLoadImports()
104104 {
105105 $ container = new ContainerBuilder ();
106106 $ 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 ' )),
109109 new PhpFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/php ' )),
110110 $ loader = new YamlFileLoader ($ container , new FileLocator (self ::$ fixturesPath .'/yaml ' )),
111111 ));
You can’t perform that action at this time.
0 commit comments