You are here

public function CacheSavingTest::setUp in MongoDB 7

File

mongodb_cache/src/Tests/CacheSavingTest.php, line 19

Class

CacheSavingTest
Cache saving test: Check our variables are saved and restored the right way.

Namespace

Drupal\mongodb_cache\Tests

Code

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