You are here

public static function GraphvizDumperTest::setUpBeforeClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Tests/Dumper/GraphvizDumperTest.php \Symfony\Component\DependencyInjection\Tests\Dumper\GraphvizDumperTest::setUpBeforeClass()

File

vendor/symfony/dependency-injection/Tests/Dumper/GraphvizDumperTest.php, line 21

Class

GraphvizDumperTest

Namespace

Symfony\Component\DependencyInjection\Tests\Dumper

Code

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