summaryrefslogtreecommitdiff
path: root/modules/tracker
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tracker')
-rw-r--r--modules/tracker/tracker.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/tracker/tracker.test b/modules/tracker/tracker.test
index 85fc6dba5..5f6f65dad 100644
--- a/modules/tracker/tracker.test
+++ b/modules/tracker/tracker.test
@@ -21,10 +21,7 @@ class TrackerTest extends DrupalWebTestCase {
* Implementation of setUp().
*/
function setUp() {
- parent::setUp();
-
- $this->drupalModuleEnable('comment');
- $this->drupalModuleEnable('tracker');
+ parent::setUp('comment', 'tracker');
$permissions = array('access comments', 'post comments', 'post comments without approval');
$this->user = $this->drupalCreateUser($permissions);