You are here

public function CacheIsEmptyTest::tearDown in MongoDB 7

File

mongodb_cache/src/Tests/CacheIsEmptyTest.php, line 29

Class

CacheIsEmptyTest
Test cache_is_empty() function.

Namespace

Drupal\mongodb_cache\Tests

Code

public function tearDown() {
  drupal_flush_all_caches();
  parent::tearDown();
}