diff --git a/tests/TestCase/Cache/CacheTest.php b/tests/TestCase/Cache/CacheTest.php index 21ab1778c18..a458768518b 100644 --- a/tests/TestCase/Cache/CacheTest.php +++ b/tests/TestCase/Cache/CacheTest.php @@ -47,6 +47,11 @@ public function tearDown() { Cache::drop('tests'); } +/** + * Configure cache settings for test + * + * @return void + */ protected function _configCache() { Cache::config('tests', [ 'engine' => 'File',