You are here

public static function CrossCheckTest::setUpBeforeClass in Zircon Profile 8

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

File

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

Class

CrossCheckTest

Namespace

Symfony\Component\DependencyInjection\Tests

Code

public static function setUpBeforeClass() {
  self::$fixturesPath = __DIR__ . '/Fixtures/';
  require_once self::$fixturesPath . '/includes/classes.php';
  require_once self::$fixturesPath . '/includes/foo.php';
}