You are here

protected function ResponseListenerTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 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

ResponseListenerTest

Namespace

Symfony\Component\HttpKernel\Tests\EventListener

Code

protected function tearDown() {
  $this->dispatcher = null;
  $this->kernel = null;
}