From eda100b83da4d71bf0bfa6c614e08327ef0d292b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Nov 2008 13:14:29 +0000 Subject: - Patch #338403 by drewish: code comments clean-up. --- modules/node/node.test | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.test b/modules/node/node.test index 13753ea53..546e99151 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -5,9 +5,6 @@ class NodeRevisionsTestCase extends DrupalWebTestCase { protected $nodes; protected $logs; - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Node revisions'), @@ -16,9 +13,6 @@ class NodeRevisionsTestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp(); @@ -93,9 +87,6 @@ class NodeRevisionsTestCase extends DrupalWebTestCase { } class NodeTeaserTestCase extends DrupalWebTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Node teaser'), @@ -241,9 +232,6 @@ class NodeTeaserTestCase extends DrupalWebTestCase { } class PageEditTestCase extends DrupalWebTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Node edit'), @@ -252,9 +240,6 @@ class PageEditTestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp(); @@ -301,9 +286,6 @@ class PageEditTestCase extends DrupalWebTestCase { } class PagePreviewTestCase extends DrupalWebTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Node preview'), @@ -312,9 +294,6 @@ class PagePreviewTestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp(); @@ -344,9 +323,6 @@ class PagePreviewTestCase extends DrupalWebTestCase { } class PageCreationTestCase extends DrupalWebTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Node creation'), @@ -355,9 +331,6 @@ class PageCreationTestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp(); @@ -385,9 +358,6 @@ class PageCreationTestCase extends DrupalWebTestCase { } class PageViewTestCase extends DrupalWebTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Node edit permissions'), @@ -427,9 +397,6 @@ class PageViewTestCase extends DrupalWebTestCase { } class NodeTitleXSSTestCase extends DrupalWebTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Node title XSS filtering'), -- cgit v1.2.3