summaryrefslogtreecommitdiff
path: root/modules/poll
diff options
context:
space:
mode:
Diffstat (limited to 'modules/poll')
-rw-r--r--modules/poll/poll.test7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/poll/poll.test b/modules/poll/poll.test
index 6c190a4e3..0806d4720 100644
--- a/modules/poll/poll.test
+++ b/modules/poll/poll.test
@@ -74,10 +74,6 @@ class PollTestCase extends DrupalWebTestCase {
}
class PollCreateTestCase extends PollTestCase {
-
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array('name' => t('Poll create'), 'description' => 'Adds "more choices", previews and creates a poll.', 'group' => t('Poll'));
}
@@ -94,9 +90,6 @@ class PollCreateTestCase extends PollTestCase {
}
class PollVoteTestCase extends PollTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array('name' => t('Poll vote'), 'description' => 'Vote on a poll', 'group' => t('Poll'));
}