summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.test5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/search/search.test b/modules/search/search.test
index 7ce30865b..9145d3385 100644
--- a/modules/search/search.test
+++ b/modules/search/search.test
@@ -395,11 +395,6 @@ class SearchBlockTestCase extends DrupalWebTestCase {
// Create and login user
$admin_user = $this->drupalCreateUser(array('administer blocks', 'search content'));
$this->drupalLogin($admin_user);
-
- // Disable the theme form to avoid confusion.
- $settings = theme_get_settings();
- $settings['toggle_search'] = FALSE;
- variable_set('theme_settings', $settings);
}
function testSearchFormBlock() {