You are here

protected function GenericEventTest::tearDown in Zircon Profile 8

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

Cleans up the environment after running a test.

File

vendor/symfony/event-dispatcher/Tests/GenericEventTest.php, line 42

Class

GenericEventTest
Test class for Event.

Namespace

Symfony\Component\EventDispatcher\Tests

Code

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