You are here

public static function YamlDumperTest::setUpBeforeClass in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php \Symfony\Component\DependencyInjection\Tests\Dumper\YamlDumperTest::setUpBeforeClass()

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php, line 21

Class

YamlDumperTest

Namespace

Symfony\Component\DependencyInjection\Tests\Dumper

Code

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