You are here

public function CacheClearTest::tearDown in MongoDB 7

File

mongodb_cache/src/Tests/CacheClearTest.php, line 30

Class

CacheClearTest
Cache clear test: check our clearing is done the proper way.

Namespace

Drupal\mongodb_cache\Tests

Code

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