protected function KernelTest::setUp

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php, line 25

Class

KernelTest

Namespace

Symfony\Component\HttpKernel\Tests

Code

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