Navigation Menu

Skip to content

Commit

Permalink
Added docblock to _configCache()
Browse files Browse the repository at this point in the history
  • Loading branch information
kimegede committed Aug 24, 2014
1 parent f11629f commit 3c8dd82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/TestCase/Cache/CacheTest.php
Expand Up @@ -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',
Expand Down

0 comments on commit 3c8dd82

Please sign in to comment.