summaryrefslogtreecommitdiff
path: root/modules/simpletest/drupal_web_test_case.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r--modules/simpletest/drupal_web_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index 9b0bf7275..98f4445ba 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -1149,7 +1149,7 @@ class DrupalWebTestCase extends DrupalTestCase {
*/
protected function refreshVariables() {
global $conf;
- cache_clear_all('variables', 'cache');
+ cache_clear_all('variables', 'cache_bootstrap');
$conf = variable_initialize();
}