protected function MemcachedProfilerStorageTest::tearDown

File

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

Class

MemcachedProfilerStorageTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

protected function tearDown() {
  if (self::$storage) {
    self::$storage
      ->purge();
    self::$storage = false;
  }
}