You are here

protected function StoreTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

StoreTest

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

protected function tearDown() {
  $this->store = null;
  $this->request = null;
  $this->response = null;
  HttpCacheTestCase::clearDirectory(sys_get_temp_dir() . '/http_cache');
}