protected function ClosureLoaderTest::setUp

Same name in this branch

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php, line 20

Class

ClosureLoaderTest

Namespace

Symfony\Component\Routing\Tests\Loader

Code

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