You are here

public static function YamlFileLoaderTest::setUpBeforeClass in Zircon Profile 8.0

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

File

vendor/symfony/dependency-injection/Tests/Loader/YamlFileLoaderTest.php, line 28

Class

YamlFileLoaderTest

Namespace

Symfony\Component\DependencyInjection\Tests\Loader

Code

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