public static function CrossCheckTest::setUpBeforeClass in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php \Symfony\Component\DependencyInjection\Tests\CrossCheckTest::setUpBeforeClass()
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Tests/ CrossCheckTest.php, line 21
Class
Namespace
Symfony\Component\DependencyInjection\TestsCode
public static function setUpBeforeClass() {
self::$fixturesPath = __DIR__ . '/Fixtures/';
require_once self::$fixturesPath . '/includes/classes.php';
require_once self::$fixturesPath . '/includes/foo.php';
}