You are here

protected function AddRequestFormatsListenerTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/EventListener/AddRequestFormatsListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\AddRequestFormatsListenerTest::tearDown()

File

vendor/symfony/http-kernel/Tests/EventListener/AddRequestFormatsListenerTest.php, line 35

Class

AddRequestFormatsListenerTest
Test AddRequestFormatsListener class.

Namespace

Symfony\Component\HttpKernel\Tests\EventListener

Code

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