You are here

public function CacheIsEmptyTest::setUp in MongoDB 7

File

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

Class

CacheIsEmptyTest
Test cache_is_empty() function.

Namespace

Drupal\mongodb_cache\Tests

Code

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