summaryrefslogtreecommitdiff
path: root/modules/comment
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/comment
parent66df602593230a2483d6538927fd66310c28c3f8 (diff)
downloadbrdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.gz
brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.bz2
- Patch #338403 by drewish: code comments clean-up.
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment.test19
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test
index a552adc01..98e425244 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -6,9 +6,6 @@ class CommentHelperCase extends DrupalWebTestCase {
protected $web_user;
protected $node;
- /**
- * Implementation of setUp().
- */
function setUp() {
parent::setUp('comment');
// Create users.
@@ -230,10 +227,6 @@ class CommentHelperCase extends DrupalWebTestCase {
}
class CommentInterfaceTest extends CommentHelperCase {
-
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Comment interface'),
@@ -348,10 +341,6 @@ class CommentInterfaceTest extends CommentHelperCase {
}
class CommentNodePage extends CommentHelperCase {
-
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Comment on a node page'),
@@ -384,10 +373,6 @@ class CommentNodePage extends CommentHelperCase {
}
class CommentAnonymous extends CommentHelperCase {
-
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Comment on a node page'),
@@ -484,10 +469,6 @@ class CommentAnonymous extends CommentHelperCase {
}
class CommentApprovalTest extends CommentHelperCase {
-
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Comment approval'),