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\TestsCode
public function setUp() {
drupal_flush_all_caches();
parent::setUp();
}