protected function EventTest::tearDown

Tears down the fixture, for example, closes a network connection. This method is called after a test is executed.

File

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

Class

EventTest
Test class for Event.

Namespace

Symfony\Component\EventDispatcher\Tests

Code

protected function tearDown() {
  $this->event = null;
  $this->eventDispatcher = null;
}