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.test7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/search/search.test b/modules/search/search.test
index e06be293b..647e20cd9 100644
--- a/modules/search/search.test
+++ b/modules/search/search.test
@@ -212,15 +212,10 @@ class SearchRankingTestCase extends DrupalWebTestCase {
* Implementation setUp().
*/
function setUp() {
- parent::setUp('search');
+ parent::setUp('search', 'statistics', 'comment');
}
function testRankings() {
- // Enable modules that are tested.
- $this->drupalModuleEnable('search');
- $this->drupalModuleEnable('statistics');
- $this->drupalModuleEnable('comment');
-
// Login with sufficient privileges.
$this->drupalLogin($this->drupalCreateUser(array('post comments without approval', 'create page content')));