protected function ProfilerTest::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php \Symfony\Component\HttpKernel\Tests\Profiler\ProfilerTest::tearDown()
File
- vendor/
symfony/ http-kernel/ Tests/ Profiler/ ProfilerTest.php, line 77
Class
Namespace
Symfony\Component\HttpKernel\Tests\ProfilerCode
protected function tearDown() {
if (null !== $this->storage) {
$this->storage
->purge();
$this->storage = null;
@unlink($this->tmp);
}
}