summaryrefslogtreecommitdiff
path: root/modules/search/search.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/search.test')
-rw-r--r--modules/search/search.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/search/search.test b/modules/search/search.test
index 556a98a1f..7e97640c3 100644
--- a/modules/search/search.test
+++ b/modules/search/search.test
@@ -861,7 +861,8 @@ class SearchExpressionInsertExtractTestCase extends DrupalUnitTestCase {
}
function setUp() {
- parent::setUp('search');
+ drupal_load('module', 'search');
+ parent::setUp();
}
/**
@@ -1262,7 +1263,8 @@ class SearchExcerptTestCase extends DrupalUnitTestCase {
}
function setUp() {
- parent::setUp('search');
+ drupal_load('module', 'search');
+ parent::setUp();
}
/**