You are here

public static function SqliteProfilerStorageTest::tearDownAfterClass in Zircon Profile 8.0

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

File

vendor/symfony/http-kernel/Tests/Profiler/SqliteProfilerStorageTest.php, line 30

Class

SqliteProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

public static function tearDownAfterClass() {
  @unlink(self::$dbFile);
}