public static function IniFileLoaderTest::setUpBeforeClass in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Symfony\Component\DependencyInjection\Tests\LoaderCode
public static function setUpBeforeClass() {
self::$fixturesPath = realpath(__DIR__ . '/../Fixtures/');
}