public static function SqliteProfilerStorageTest::tearDownAfterClass

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php, line 30

Class

SqliteProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

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