diff --git a/tests/mollom.test b/tests/mollom.test index 63c56a1..51c3b5f 100644 --- a/tests/mollom.test +++ b/tests/mollom.test @@ -1024,25 +1024,17 @@ class MollomWebTestCase extends DrupalWebTestCase { * Tests exporting form configuration functionality. */ class MollomTestingExportingFormConfiguration extends MollomWebTestCase { - protected $disableDefaultSetup = TRUE; - public static function getInfo() { return array( 'name' => 'Exporting form configuration', 'description' => 'Tests exporting of form configuration with CTools.', 'group' => 'Mollom', + 'dependencies' => array('ctools'), ); } function setUp() { - parent::setUp(array('ctools', 'mollom', 'mollom_test')); - $this->setKeys(); - $this->assertValidKeys(); - - $this->admin_user = $this->drupalCreateUser(array( - 'access administration pages', - 'administer mollom', - )); + parent::setUp(array('ctools', 'mollom_test')); } function testExportingFormConfiguration() {