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