File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php, line 23
Class
- IntegrationTest
- This class tests the integration of the different compiler passes
Namespace
Symfony\Component\DependencyInjection\Tests\Compiler
Code
protected function setUp() {
if (!class_exists('Symfony\\Component\\Config\\Resource\\FileResource')) {
$this
->markTestSkipped('The "Config" component is not available');
}
}