protected function GenericEventTest::tearDown

Cleans up the environment after running a test.

File

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

Class

GenericEventTest
Test class for Event.

Namespace

Symfony\Component\EventDispatcher\Tests

Code

protected function tearDown() {
  $this->subject = null;
  $this->event = null;
  parent::tearDown();
}