summaryrefslogtreecommitdiff
path: root/modules/poll/poll.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-04-25 18:26:02 +0000
committerDries Buytaert <dries@buytaert.net>2008-04-25 18:26:02 +0000
commita7f12c0326f4c6808fa84fc8b0f57536fdc0002e (patch)
tree6580e3d8210f44678ead0ea92c5de739a6fb3dac /modules/poll/poll.test
parentd7f3c18d17e4be51c18eb3adcbc1492659026757 (diff)
downloadbrdo-a7f12c0326f4c6808fa84fc8b0f57536fdc0002e.tar.gz
brdo-a7f12c0326f4c6808fa84fc8b0f57536fdc0002e.tar.bz2
- Patch #251263 by catch: fixing up many code style issues in the tests.
Diffstat (limited to 'modules/poll/poll.test')
-rw-r--r--modules/poll/poll.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/poll/poll.test b/modules/poll/poll.test
index aed2a92b1..88c63e430 100644
--- a/modules/poll/poll.test
+++ b/modules/poll/poll.test
@@ -44,7 +44,7 @@ class PollTestCase extends DrupalWebTestCase {
class PollCreateTestCase extends PollTestCase {
/**
- * Implementation of getInfo() for information
+ * Implementation of getInfo().
*/
function getInfo() {
return array('name' => t('Poll create'), 'description' => 'Adds "more choices", previews and creates a poll.', 'group' => t('Poll'));
@@ -61,7 +61,7 @@ class PollCreateTestCase extends PollTestCase {
class PollVoteTestCase extends PollTestCase {
/**
- * Implementation of getInfo() for information
+ * Implementation of getInfo().
*/
function getInfo() {
return array('name' => t('Poll vote'), 'description' => 'Vote on a poll', 'group' => t('Poll'));