You are here

protected function MockArraySessionStorageTest::tearDown in Zircon Profile 8

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

File

vendor/symfony/http-foundation/Tests/Session/Storage/MockArraySessionStorageTest.php, line 58

Class

MockArraySessionStorageTest
Test class for MockArraySessionStorage.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage

Code

protected function tearDown() {
  $this->data = null;
  $this->flashes = null;
  $this->attributes = null;
  $this->storage = null;
}