protected function IniFileLoaderTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Tests/Loader/IniFileLoaderTest.php \Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::setUp()
File
- vendor/
symfony/ dependency-injection/ Tests/ Loader/ IniFileLoaderTest.php, line 30
Class
Namespace
Symfony\Component\DependencyInjection\Tests\LoaderCode
protected function setUp() {
$this->container = new ContainerBuilder();
$this->loader = new IniFileLoader($this->container, new FileLocator(self::$fixturesPath . '/ini'));
}