Skip to content

Commit

Permalink
Fixing failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 21, 2014
1 parent 7d6cc7e commit 65baf6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/Datasource/QueryCacherTest.php
Expand Up @@ -36,6 +36,7 @@ public function setUp() {
->will($this->returnValue(true));

Cache::config('queryCache', $this->engine);
Cache::enable();
}

/**
Expand Down

0 comments on commit 65baf6b

Please sign in to comment.