Browse Source

Added docblock to _configCache()

Kim Egede Jakobsen 11 years ago
parent
commit
3c8dd8285b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/TestCase/Cache/CacheTest.php

+ 5 - 0
tests/TestCase/Cache/CacheTest.php

@@ -47,6 +47,11 @@ class CacheTest extends TestCase {
 		Cache::drop('tests');
 	}
 
+/**
+ * Configure cache settings for test
+ *
+ * @return void
+ */
 	protected function _configCache() {
 		Cache::config('tests', [
 			'engine' => 'File',