We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 924a85e + 3051e79 commit fcc4982Copy full SHA for fcc4982
Tests/Fixtures/app/AppKernel.php
@@ -32,7 +32,8 @@ public function getRootDir()
32
*/
33
public function registerContainerConfiguration(LoaderInterface $loader)
34
{
35
- $loader->load($this->getRootDir() . '/config/config_' . $this->getEnvironment() . '.yml');
+ $path = $this->getRootDir() . '/config/config_' . $this->getEnvironment() . '.yml';
36
+ $loader->load($path);
37
}
38
39
/**
0 commit comments