Browse Source

Fixing failing test case

Jose Lorenzo Rodriguez 12 years ago
parent
commit
65baf6b2fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/Datasource/QueryCacherTest.php

+ 1 - 0
tests/TestCase/Datasource/QueryCacherTest.php

@@ -36,6 +36,7 @@ class QueryCacherTest extends TestCase {
 			->will($this->returnValue(true));
 
 		Cache::config('queryCache', $this->engine);
+		Cache::enable();
 	}
 
 /**