protected function LocaleListenerTest::setUp

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php, line 21

Class

LocaleListenerTest

Namespace

Symfony\Component\HttpKernel\Tests\EventListener

Code

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