summaryrefslogtreecommitdiff
path: root/modules/poll/poll.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-25 13:14:29 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-25 13:14:29 +0000
commiteda100b83da4d71bf0bfa6c614e08327ef0d292b (patch)
treeac11fb0aae0e68aee34b4aeffb7f32778bcf809d /modules/poll/poll.test
parent66df602593230a2483d6538927fd66310c28c3f8 (diff)
downloadbrdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.gz
brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.bz2
- Patch #338403 by drewish: code comments clean-up.
Diffstat (limited to 'modules/poll/poll.test')
-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'));
}