You are here

protected function SessionTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Tests/Session/SessionTest.php \Symfony\Component\HttpFoundation\Tests\Session\SessionTest::tearDown()

File

vendor/symfony/http-foundation/Tests/Session/SessionTest.php, line 44

Class

SessionTest
SessionTest.

Namespace

Symfony\Component\HttpFoundation\Tests\Session

Code

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