diff options
Diffstat (limited to 'modules/contact/contact.test')
-rw-r--r-- | modules/contact/contact.test | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/contact/contact.test b/modules/contact/contact.test index f6e570eca..b99f9030c 100644 --- a/modules/contact/contact.test +++ b/modules/contact/contact.test @@ -5,10 +5,6 @@ * Test the sitewide contact form. */ class ContactSitewideTestCase extends DrupalWebTestCase { - - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Site-wide contact form'), @@ -17,9 +13,6 @@ class ContactSitewideTestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp('contact'); } @@ -263,10 +256,6 @@ class ContactSitewideTestCase extends DrupalWebTestCase { * Test the personal contact form. */ class ContactPersonalTestCase extends DrupalWebTestCase { - - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Personal contact form'), @@ -275,9 +264,6 @@ class ContactPersonalTestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp('contact'); } |