protected function EventTest::tearDown in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/event-dispatcher/Tests/EventTest.php \Symfony\Component\EventDispatcher\Tests\EventTest::tearDown()
Tears down the fixture, for example, closes a network connection. This method is called after a test is executed.
File
- vendor/
symfony/ event-dispatcher/ Tests/ EventTest.php, line 46
Class
- EventTest
- Test class for Event.
Namespace
Symfony\Component\EventDispatcher\TestsCode
protected function tearDown() {
$this->event = null;
$this->dispatcher = null;
}