Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/tests/controllers/api_controller.test.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/tests/controllers/api_controller.test.php')
-rw-r--r--site/app/tests/controllers/api_controller.test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/site/app/tests/controllers/api_controller.test.php b/site/app/tests/controllers/api_controller.test.php
index e3a6ef2..828032e 100644
--- a/site/app/tests/controllers/api_controller.test.php
+++ b/site/app/tests/controllers/api_controller.test.php
@@ -8,8 +8,6 @@ class ApiControllerTest extends WebTestHelper {
$this->controller = $this->helper->getController('Api', $this);
loadModel('Config');
$this->Config =& new Config();
- $this->Config->caching = False;
- $this->Config->cacheQueries = False;
// Store the old value so we can reset it in teardown.
$this->_oldVal = $this->Config->getValue('api_disabled');