protected function CrossCheckTest::setUp

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php, line 21

Class

CrossCheckTest

Namespace

Symfony\Component\DependencyInjection\Tests

Code

protected function setUp() {
  if (!class_exists('Symfony\\Component\\Config\\Loader\\Loader')) {
    $this
      ->markTestSkipped('The "Config" component is not available');
  }
}