public static function YamlDumperTest::setUpBeforeClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Tests/Dumper/YamlDumperTest.php \Symfony\Component\DependencyInjection\Tests\Dumper\YamlDumperTest::setUpBeforeClass()
File
- vendor/
symfony/ dependency-injection/ Tests/ Dumper/ YamlDumperTest.php, line 21
Class
Namespace
Symfony\Component\DependencyInjection\Tests\DumperCode
public static function setUpBeforeClass() {
self::$fixturesPath = realpath(__DIR__ . '/../Fixtures/');
}