You are here

protected function AbstractEventDispatcherTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php \Symfony\Component\EventDispatcher\Tests\AbstractEventDispatcherTest::tearDown()

File

vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php, line 39

Class

AbstractEventDispatcherTest

Namespace

Symfony\Component\EventDispatcher\Tests

Code

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