From 3ccb55f2bd99a008577214296c17d2cf060874b5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 10 Nov 2009 22:06:09 +0000 Subject: - Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability. --- modules/simpletest/drupal_web_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/drupal_web_test_case.php') 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(); } -- cgit v1.2.3