protected function ContainerAwareEventDispatcherTest::setUp

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php, line 22

Class

ContainerAwareEventDispatcherTest

Namespace

Symfony\Component\EventDispatcher\Tests

Code

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