You are here

public function CacheClearTest::setUp in MongoDB 7

File

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

Class

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

Namespace

Drupal\mongodb_cache\Tests

Code

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