You are here

public static function PhpDumperTest::setUpBeforeClass in Zircon Profile 8.0

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

File

vendor/symfony/dependency-injection/Tests/Dumper/PhpDumperTest.php, line 24

Class

PhpDumperTest

Namespace

Symfony\Component\DependencyInjection\Tests\Dumper

Code

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