public function CacheSavingTest::tearDown in MongoDB 7
File
- mongodb_cache/
src/ Tests/ CacheSavingTest.php, line 27
Class
- CacheSavingTest
- Cache saving test: Check our variables are saved and restored the right way.
Namespace
Drupal\mongodb_cache\TestsCode
public function tearDown() {
drupal_flush_all_caches();
parent::tearDown();
}