You are here

protected function IniFileLoaderTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

IniFileLoaderTest

Namespace

Symfony\Component\DependencyInjection\Tests\Loader

Code

protected function setUp() {
  $this->container = new ContainerBuilder();
  $this->loader = new IniFileLoader($this->container, new FileLocator(self::$fixturesPath . '/ini'));
}