protected function MockArraySessionStorageTest::tearDown in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\StorageCode
protected function tearDown() {
$this->data = null;
$this->flashes = null;
$this->attributes = null;
$this->storage = null;
}