You are here

public static function FileProfilerStorageTest::tearDownAfterClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/Profiler/FileProfilerStorageTest.php \Symfony\Component\HttpKernel\Tests\Profiler\FileProfilerStorageTest::tearDownAfterClass()

File

vendor/symfony/http-kernel/Tests/Profiler/FileProfilerStorageTest.php, line 44

Class

FileProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

public static function tearDownAfterClass() {
  self::cleanDir();
}