protected function EventDispatcherTest::setUp

File

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

Class

EventDispatcherTest

Namespace

Symfony\Component\EventDispatcher\Tests

Code

protected function setUp() {
  $this->dispatcher = new EventDispatcher();
  $this->listener = new TestEventListener();
}