summaryrefslogtreecommitdiff
path: root/modules/simpletest/drupal_web_test_case.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-10 22:06:09 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-10 22:06:09 +0000
commit3ccb55f2bd99a008577214296c17d2cf060874b5 (patch)
treedd65e92d7a254d5e5d9fff5e05b5d0da496a797f /modules/simpletest/drupal_web_test_case.php
parent0629cfa95750270261f429880cb98974f790aa41 (diff)
downloadbrdo-3ccb55f2bd99a008577214296c17d2cf060874b5.tar.gz
brdo-3ccb55f2bd99a008577214296c17d2cf060874b5.tar.bz2
- Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability.
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();
}