Skip to content

Commit

Permalink
Fixed test case for Cache class which failed if default cache config …
Browse files Browse the repository at this point in the history
…in app used engine other than File
  • Loading branch information
ADmad committed Apr 6, 2011
1 parent 32a2075 commit 548a64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/cache.test.php
Expand Up @@ -227,7 +227,7 @@ function testConfigured() {
* @return void
*/
function testInitSettings() {
Cache::config('default', array('engine' => 'File', 'path' => TMP . 'tests'));
Cache::config('for_test', array('engine' => 'File', 'path' => TMP . 'tests'));

$settings = Cache::settings();
$expecting = array(
Expand Down

0 comments on commit 548a64e

Please sign in to comment.