protected function ResponseListenerTest::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/EventListener/ResponseListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\ResponseListenerTest::tearDown()
File
- vendor/
symfony/ http-kernel/ Tests/ EventListener/ ResponseListenerTest.php, line 37
Class
Namespace
Symfony\Component\HttpKernel\Tests\EventListenerCode
protected function tearDown() {
$this->dispatcher = null;
$this->kernel = null;
}