You are here

protected function IniFileLoaderTest::setUp in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php \Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::setUp()

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/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'));
}