protected function EventDispatcherTest::tearDown

File

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

Class

EventDispatcherTest

Namespace

Symfony\Component\EventDispatcher\Tests

Code

protected function tearDown() {
  $this->dispatcher = null;
  $this->listener = null;
}