You are here

public static function IniFileLoaderTest::setUpBeforeClass 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::setUpBeforeClass()

File

vendor/symfony/dependency-injection/Tests/Loader/IniFileLoaderTest.php, line 25

Class

IniFileLoaderTest

Namespace

Symfony\Component\DependencyInjection\Tests\Loader

Code

public static function setUpBeforeClass() {
  self::$fixturesPath = realpath(__DIR__ . '/../Fixtures/');
}