protected function StoreTest::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/HttpCache/StoreTest.php \Symfony\Component\HttpKernel\Tests\HttpCache\StoreTest::tearDown()
File
- vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php, line 34
Class
Namespace
Symfony\Component\HttpKernel\Tests\HttpCacheCode
protected function tearDown() {
$this->store = null;
$this->request = null;
$this->response = null;
HttpCacheTestCase::clearDirectory(sys_get_temp_dir() . '/http_cache');
}