Index: modules/aggregator/aggregator.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.test,v
retrieving revision 1.9
diff -u -p -r1.9 aggregator.test
--- modules/aggregator/aggregator.test	9 Oct 2008 00:02:28 -0000	1.9
+++ modules/aggregator/aggregator.test	16 Oct 2008 16:53:21 -0000
@@ -4,9 +4,6 @@
 class AggregatorTestCase extends DrupalWebTestCase {
   private static $prefix = 'simpletest_aggregator_';
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('aggregator');
     $web_user = $this->drupalCreateUser(array('administer news feeds', 'access news feeds'));
@@ -228,9 +225,6 @@ EOT;
 }
 
 class AddFeedTestCase extends AggregatorTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Add feed functionality'),
@@ -260,9 +254,6 @@ class AddFeedTestCase extends Aggregator
 }
 
 class UpdateFeedTestCase extends AggregatorTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Update feed functionality'),
@@ -299,9 +290,6 @@ class UpdateFeedTestCase extends Aggrega
 }
 
 class RemoveFeedTestCase extends AggregatorTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Remove feed functionality'),
@@ -330,9 +318,6 @@ class RemoveFeedTestCase extends Aggrega
 }
 
 class UpdateFeedItemTestCase extends AggregatorTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Update feed item functionality'),
@@ -383,9 +368,6 @@ class UpdateFeedItemTestCase extends Agg
 }
 
 class RemoveFeedItemTestCase extends AggregatorTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Remove feed item functionality'),
@@ -413,9 +395,6 @@ class RemoveFeedItemTestCase extends Agg
 
 class CategorizeFeedItemTestCase extends AggregatorTestCase {
   private static $prefix = 'simpletest_aggregator_';
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Categorize feed item functionality'),
@@ -463,9 +442,6 @@ class CategorizeFeedItemTestCase extends
 class ImportOPMLTestCase extends AggregatorTestCase {
   private static $prefix = 'simpletest_aggregator_';
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Import feeds from OPML functionality'),
Index: modules/block/block.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/block/block.test,v
retrieving revision 1.3
diff -u -p -r1.3 block.test
--- modules/block/block.test	14 Sep 2008 20:37:28 -0000	1.3
+++ modules/block/block.test	16 Oct 2008 16:53:21 -0000
@@ -2,9 +2,6 @@
 // $Id: block.test,v 1.3 2008/09/14 20:37:28 webchick Exp $
 
 class BlockTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Block functionality'),
@@ -13,9 +10,6 @@ class BlockTestCase extends DrupalWebTes
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -112,9 +106,6 @@ class BlockTestCase extends DrupalWebTes
 }
 
 class NonDefaultBlockAdmin extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Non default theme admin'),
Index: modules/blog/blog.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/blog/blog.test,v
retrieving revision 1.4
diff -u -p -r1.4 blog.test
--- modules/blog/blog.test	30 May 2008 07:30:49 -0000	1.4
+++ modules/blog/blog.test	16 Oct 2008 16:53:21 -0000
@@ -6,9 +6,6 @@ class BlogTestCase extends DrupalWebTest
   protected $own_user;
   protected $any_user;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Blog functionality'),
@@ -17,9 +14,6 @@ class BlogTestCase extends DrupalWebTest
     );
   }
 
-  /**
-   * Enable modules and create users with specific permissions.
-   */
   function setUp() {
     parent::setUp('blog');
     // Create users.
Index: modules/blogapi/blogapi.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.test,v
retrieving revision 1.6
diff -u -p -r1.6 blogapi.test
--- modules/blogapi/blogapi.test	13 Oct 2008 12:43:30 -0000	1.6
+++ modules/blogapi/blogapi.test	16 Oct 2008 16:53:21 -0000
@@ -2,9 +2,6 @@
 // $Id: blogapi.test,v 1.6 2008/10/13 12:43:30 dries Exp $
 
 class BlogAPITestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Blog API functionality'),
@@ -13,9 +10,6 @@ class BlogAPITestCase extends DrupalWebT
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('blog', 'blogapi', 'taxonomy');
   }
Index: modules/book/book.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book.test,v
retrieving revision 1.3
diff -u -p -r1.3 book.test
--- modules/book/book.test	15 May 2008 21:19:24 -0000	1.3
+++ modules/book/book.test	16 Oct 2008 16:53:21 -0000
@@ -4,9 +4,6 @@
 class BookTestCase extends DrupalWebTestCase {
   protected $book;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Book functionality'),
@@ -15,9 +12,6 @@ class BookTestCase extends DrupalWebTest
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('book');
   }
Index: modules/comment/comment.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.test,v
retrieving revision 1.16
diff -u -p -r1.16 comment.test
--- modules/comment/comment.test	14 Oct 2008 20:34:56 -0000	1.16
+++ modules/comment/comment.test	16 Oct 2008 16:53:21 -0000
@@ -6,9 +6,6 @@ class CommentHelperCase extends DrupalWe
   protected $web_user;
   protected $node;
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('comment');
     // Create users.
@@ -231,9 +228,6 @@ class CommentHelperCase extends DrupalWe
 
 class CommentInterfaceTest extends CommentHelperCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Comment interface'),
@@ -349,9 +343,6 @@ class CommentInterfaceTest extends Comme
 
 class CommentNodePage extends CommentHelperCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Comment on a node page'),
@@ -385,9 +376,6 @@ class CommentNodePage extends CommentHel
 
 class CommentAnonymous extends CommentHelperCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Comment on a node page'),
@@ -480,9 +468,6 @@ class CommentAnonymous extends CommentHe
 
 class CommentApprovalTest extends CommentHelperCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Comment approval'),
Index: modules/contact/contact.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/contact/contact.test,v
retrieving revision 1.12
diff -u -p -r1.12 contact.test
--- modules/contact/contact.test	17 Sep 2008 06:54:11 -0000	1.12
+++ modules/contact/contact.test	16 Oct 2008 16:53:21 -0000
@@ -6,9 +6,6 @@
  */
 class ContactSitewideTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Site-wide contact form'),
@@ -17,9 +14,6 @@ class ContactSitewideTestCase extends Dr
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('contact');
   }
@@ -264,9 +258,6 @@ class ContactSitewideTestCase extends Dr
  */
 class ContactPersonalTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Personal contact form'),
@@ -275,9 +266,6 @@ class ContactPersonalTestCase extends Dr
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('contact');
   }
Index: modules/dblog/dblog.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/dblog/dblog.test,v
retrieving revision 1.9
diff -u -p -r1.9 dblog.test
--- modules/dblog/dblog.test	17 Sep 2008 07:11:56 -0000	1.9
+++ modules/dblog/dblog.test	16 Oct 2008 16:53:21 -0000
@@ -5,9 +5,6 @@ class DBLogTestCase extends DrupalWebTes
   protected $big_user;
   protected $any_user;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('DBLog functionality'),
@@ -16,9 +13,6 @@ class DBLogTestCase extends DrupalWebTes
     );
   }
 
-  /**
-   * Enable modules and create users with specific permissions.
-   */
   function setUp() {
     parent::setUp('dblog', 'blog', 'poll');
     // Create users.
Index: modules/filter/filter.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/filter/filter.test,v
retrieving revision 1.8
diff -u -p -r1.8 filter.test
--- modules/filter/filter.test	12 Oct 2008 04:30:06 -0000	1.8
+++ modules/filter/filter.test	16 Oct 2008 16:53:21 -0000
@@ -2,9 +2,6 @@
 // $Id: filter.test,v 1.8 2008/10/12 04:30:06 webchick Exp $
 
 class FilterAdminTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Filter administration functionality'),
@@ -184,9 +181,6 @@ class FilterAdminTestCase extends Drupal
 class FilterTestCase extends DrupalWebTestCase {
   protected $format;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Core filters'),
@@ -195,9 +189,6 @@ class FilterTestCase extends DrupalWebTe
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
Index: modules/forum/forum.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/forum/forum.test,v
retrieving revision 1.5
diff -u -p -r1.5 forum.test
--- modules/forum/forum.test	12 Oct 2008 01:01:44 -0000	1.5
+++ modules/forum/forum.test	16 Oct 2008 16:53:21 -0000
@@ -11,9 +11,6 @@ class ForumTestCase extends DrupalWebTes
   protected $root_forum;
   protected $nids;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Forum functionality'),
@@ -22,9 +19,6 @@ class ForumTestCase extends DrupalWebTes
     );
   }
 
-  /**
-   * Enable modules and create users with specific permissions.
-   */
   function setUp() {
     parent::setUp('taxonomy', 'comment', 'forum');
     // Create users.
Index: modules/help/help.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/help/help.test,v
retrieving revision 1.2
diff -u -p -r1.2 help.test
--- modules/help/help.test	30 May 2008 07:30:51 -0000	1.2
+++ modules/help/help.test	16 Oct 2008 16:53:21 -0000
@@ -5,9 +5,6 @@ class HelpTestCase extends DrupalWebTest
   protected $big_user;
   protected $any_user;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Help functionality'),
@@ -16,9 +13,6 @@ class HelpTestCase extends DrupalWebTest
     );
   }
 
-  /**
-   * Enable modules and create users with specific permissions.
-   */
   function setUp() {
     parent::setUp();
 
Index: modules/locale/locale.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/locale/locale.test,v
retrieving revision 1.4
diff -u -p -r1.4 locale.test
--- modules/locale/locale.test	5 Aug 2008 18:11:44 -0000	1.4
+++ modules/locale/locale.test	16 Oct 2008 16:53:21 -0000
@@ -2,9 +2,6 @@
 // $Id: locale.test,v 1.4 2008/08/05 18:11:44 dries Exp $
 
 class LocaleTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo() for information
-   */
   function getInfo() {
     return array(
       'name' => t('String translate'),
Index: modules/menu/menu.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/menu/menu.test,v
retrieving revision 1.2
diff -u -p -r1.2 menu.test
--- modules/menu/menu.test	30 May 2008 07:30:51 -0000	1.2
+++ modules/menu/menu.test	16 Oct 2008 16:53:21 -0000
@@ -7,9 +7,6 @@ class MenuTestCase extends DrupalWebTest
   protected $menu;
   protected $items;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Menu item creation/deletion'),
@@ -18,9 +15,6 @@ class MenuTestCase extends DrupalWebTest
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('menu');
     // Create users.
Index: modules/node/node.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.test,v
retrieving revision 1.7
diff -u -p -r1.7 node.test
--- modules/node/node.test	11 Oct 2008 18:29:20 -0000	1.7
+++ modules/node/node.test	16 Oct 2008 16:53:21 -0000
@@ -5,9 +5,6 @@ class NodeRevisionsTestCase extends Drup
   protected $nodes;
   protected $logs;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Node revisions'),
@@ -16,9 +13,6 @@ class NodeRevisionsTestCase extends Drup
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -93,9 +87,6 @@ class NodeRevisionsTestCase extends Drup
 }
 
 class NodeTeaserTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Node teaser'),
@@ -241,9 +232,6 @@ class NodeTeaserTestCase extends DrupalW
 }
 
 class PageEditTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Node edit'),
@@ -252,9 +240,6 @@ class PageEditTestCase extends DrupalWeb
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -301,9 +286,6 @@ class PageEditTestCase extends DrupalWeb
 }
 
 class PagePreviewTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Node preview'),
@@ -312,9 +294,6 @@ class PagePreviewTestCase extends Drupal
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -344,9 +323,6 @@ class PagePreviewTestCase extends Drupal
 }
 
 class PageCreationTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Node creation'),
@@ -355,9 +331,6 @@ class PageCreationTestCase extends Drupa
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -385,9 +358,6 @@ class PageCreationTestCase extends Drupa
 }
 
 class PageViewTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Node edit permissions'),
@@ -427,9 +397,6 @@ class PageViewTestCase extends DrupalWeb
 }
 
 class NodeTitleXSSTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
      return array(
       'name' => t('Node title XSS filtering'),
Index: modules/path/path.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/path/path.test,v
retrieving revision 1.4
diff -u -p -r1.4 path.test
--- modules/path/path.test	13 Oct 2008 20:57:19 -0000	1.4
+++ modules/path/path.test	16 Oct 2008 16:53:21 -0000
@@ -10,9 +10,6 @@ class PathTestCase extends DrupalWebTest
     );
   }
 
-  /**
-   * Create user, setup permissions, log user in, and create a node.
-   */
   function setUp() {
     parent::setUp('path');
     // create and login user
@@ -148,9 +145,6 @@ class PathLanguageTestCase extends Drupa
     );
   }
 
-  /**
-   * Create user, setup permissions, log user in, and create a node.
-   */
   function setUp() {
     parent::setUp('path', 'locale', 'translation');
 
Index: modules/php/php.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/php/php.test,v
retrieving revision 1.4
diff -u -p -r1.4 php.test
--- modules/php/php.test	27 Sep 2008 19:47:43 -0000	1.4
+++ modules/php/php.test	16 Oct 2008 16:53:21 -0000
@@ -6,9 +6,6 @@
  */
 class PHPTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function setUp() {
     parent::setUp('php');
 
@@ -41,9 +38,6 @@ class PHPTestCase extends DrupalWebTestC
  * Tests to make sure the PHP filter actually evaluates PHP code when used.
  */
 class PHPFitlerTestCase extends PHPTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('PHP filter functionality'),
@@ -87,9 +81,6 @@ class PHPFitlerTestCase extends PHPTestC
  * Tests to make sure access to the PHP filter is properly restricted.
  */
 class PHPAccessTestCase extends PHPTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('PHP filter access check'),
Index: modules/poll/poll.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/poll/poll.test,v
retrieving revision 1.5
diff -u -p -r1.5 poll.test
--- modules/poll/poll.test	5 Aug 2008 18:07:14 -0000	1.5
+++ modules/poll/poll.test	16 Oct 2008 16:53:21 -0000
@@ -75,9 +75,6 @@ class PollTestCase extends DrupalWebTest
 
 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 +91,6 @@ class PollCreateTestCase extends PollTes
 }
 
 class PollVoteTestCase extends PollTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array('name' => t('Poll vote'), 'description' => 'Vote on a poll', 'group' => t('Poll'));
   }
Index: modules/profile/profile.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.test,v
retrieving revision 1.7
diff -u -p -r1.7 profile.test
--- modules/profile/profile.test	10 Oct 2008 07:49:49 -0000	1.7
+++ modules/profile/profile.test	16 Oct 2008 16:53:22 -0000
@@ -114,9 +114,6 @@ class ProfileTestCase extends DrupalWebT
 }
 
 class ProfileTestFields extends ProfileTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => 'Test single fields',
@@ -151,9 +148,6 @@ class ProfileTestFields extends ProfileT
 
 class ProfileTestSelect extends ProfileTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => 'Test select field',
@@ -180,9 +174,6 @@ class ProfileTestSelect extends ProfileT
 
 class ProfileTestDate extends ProfileTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => 'Test date field',
@@ -220,9 +211,6 @@ class ProfileTestDate extends ProfileTes
 
 class ProfileTestWeights extends ProfileTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => 'Test field weights',
@@ -253,9 +241,6 @@ class ProfileTestWeights extends Profile
  */
 class ProfileTestAutocomplete extends ProfileTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Autocompletion'),
Index: modules/search/search.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search.test,v
retrieving revision 1.9
diff -u -p -r1.9 search.test
--- modules/search/search.test	17 Sep 2008 07:11:57 -0000	1.9
+++ modules/search/search.test	16 Oct 2008 16:53:22 -0000
@@ -4,9 +4,6 @@
 define('SEARCH_TYPE', '_test_');
 
 class SearchMatchTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Search engine queries'),
@@ -15,9 +12,6 @@ class SearchMatchTestCase extends Drupal
     );
   }
 
-  /**
-   * Implementation setUp().
-   */
   function setUp() {
     parent::setUp('search');
   }
@@ -163,9 +157,6 @@ class SearchMatchTestCase extends Drupal
 
 class SearchBikeShed extends DrupalWebTestCase {
   protected $searching_user;
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Bike shed'),
@@ -174,9 +165,6 @@ class SearchBikeShed extends DrupalWebTe
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('search');
 
@@ -199,9 +187,6 @@ class SearchBikeShed extends DrupalWebTe
 class SearchAdvancedSearchForm extends DrupalWebTestCase {
   protected $node;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Advanced search form'),
@@ -210,9 +195,6 @@ class SearchAdvancedSearchForm extends D
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('search');
     // Create and login user.
@@ -266,9 +248,6 @@ class SearchAdvancedSearchForm extends D
 }
 
 class SearchRankingTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Search engine ranking'),
@@ -277,9 +256,6 @@ class SearchRankingTestCase extends Drup
     );
   }
 
-  /**
-   * Implementation setUp().
-   */
   function setUp() {
     parent::setUp('search', 'statistics', 'comment');
   }
Index: modules/simpletest/simpletest.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/simpletest.test,v
retrieving revision 1.9
diff -u -p -r1.9 simpletest.test
--- modules/simpletest/simpletest.test	15 Sep 2008 20:48:09 -0000	1.9
+++ modules/simpletest/simpletest.test	16 Oct 2008 16:53:22 -0000
@@ -13,9 +13,6 @@ class SimpleTestTestCase extends DrupalW
    */
   protected $test_ids = array();
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('SimpleTest functionality'),
@@ -27,9 +24,6 @@ class SimpleTestTestCase extends DrupalW
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     if (!$this->inCURL()) {
       parent::setUp('simpletest');
Index: modules/simpletest/tests/actions.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/actions.test,v
retrieving revision 1.1
diff -u -p -r1.1 actions.test
--- modules/simpletest/tests/actions.test	14 Aug 2008 09:18:28 -0000	1.1
+++ modules/simpletest/tests/actions.test	16 Oct 2008 16:53:22 -0000
@@ -2,9 +2,6 @@
 // $Id: actions.test,v 1.1 2008/08/14 09:18:28 dries Exp $
 
 class ActionsConfigurationTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Actions configuration'),
Index: modules/simpletest/tests/bootstrap.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/bootstrap.test,v
retrieving revision 1.3
diff -u -p -r1.3 bootstrap.test
--- modules/simpletest/tests/bootstrap.test	15 Sep 2008 20:48:09 -0000	1.3
+++ modules/simpletest/tests/bootstrap.test	16 Oct 2008 16:53:22 -0000
@@ -3,9 +3,6 @@
 
 class BootstrapIPAddressTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('IP address test'),
@@ -14,9 +11,6 @@ class BootstrapIPAddressTestCase extends
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     $this->oldserver = $_SERVER;
 
@@ -33,9 +27,6 @@ class BootstrapIPAddressTestCase extends
     parent::setUp();
   }
 
-  /**
-   * Implementation of tearDown().
-   */
   function tearDown() {
     $_SERVER = $this->oldserver;
     parent::tearDown();
@@ -85,9 +76,6 @@ class BootstrapIPAddressTestCase extends
 
 class BootstrapPageCacheTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Page cache test'),
@@ -111,16 +99,10 @@ class BootstrapPageCacheTestCase extends
 
 class BootstrapVariableTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('system_test');
   }
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Variable test'),
Index: modules/simpletest/tests/cache.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/cache.test,v
retrieving revision 1.1
diff -u -p -r1.1 cache.test
--- modules/simpletest/tests/cache.test	14 Aug 2008 09:18:28 -0000	1.1
+++ modules/simpletest/tests/cache.test	16 Oct 2008 16:53:22 -0000
@@ -102,9 +102,6 @@ class CacheTestCase extends DrupalWebTes
 }
 
 class CacheSavingCase extends CacheTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Cache saving test'),
@@ -166,9 +163,6 @@ class CacheSavingCase extends CacheTestC
 }
 
 class CacheClearCase extends CacheTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Cache clear test'),
@@ -177,9 +171,6 @@ class CacheClearCase extends CacheTestCa
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     $this->default_table = 'cache_page';
     $this->default_value = $this->randomName(10);
Index: modules/simpletest/tests/common.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/common.test,v
retrieving revision 1.8
diff -u -p -r1.8 common.test
--- modules/simpletest/tests/common.test	15 Oct 2008 16:05:51 -0000	1.8
+++ modules/simpletest/tests/common.test	16 Oct 2008 16:53:22 -0000
@@ -3,9 +3,6 @@
 
 class CommonFormatSizeTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Format size test'),
@@ -14,9 +11,6 @@ class CommonFormatSizeTestCase extends D
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     $this->exact_test_cases = array(
       '1 byte'    => 1, // byte
@@ -65,9 +59,6 @@ class DrupalTagsHandlingTestCase extends
     '"Drupal, although it rhymes with sloopal, is as awesome as a troopal!"' => 'Drupal, although it rhymes with sloopal, is as awesome as a troopal!',
   );
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Drupal tags handling'),
@@ -118,9 +109,6 @@ class DrupalTagsHandlingTestCase extends
  * Test drupal_http_request().
  */
 class DrupalHTTPRequestTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Drupal HTTP request'),
@@ -129,9 +117,6 @@ class DrupalHTTPRequestTestCase extends 
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('system_test');
   }
@@ -207,9 +192,6 @@ class DrupalHTTPRequestTestCase extends 
  * Testing drupal_set_content and drupal_get_content.
  */
 class DrupalSetContentTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Drupal set/get content'),
Index: modules/simpletest/tests/file.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/file.test,v
retrieving revision 1.7
diff -u -p -r1.7 file.test
--- modules/simpletest/tests/file.test	12 Oct 2008 06:37:40 -0000	1.7
+++ modules/simpletest/tests/file.test	16 Oct 2008 16:53:22 -0000
@@ -98,9 +98,6 @@ class FileTestCase extends DrupalWebTest
  * hooks.
  */
 class FileHookTestCase extends FileTestCase {
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     // Install file_test module
     parent::setUp('file_test');
@@ -137,9 +134,6 @@ class FileHookTestCase extends FileTestC
  *  This will run tests against the file validation functions (file_validate_*).
  */
 class FileValidatorTest extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File validator tests'),
@@ -148,9 +142,6 @@ class FileValidatorTest extends DrupalWe
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -301,9 +292,6 @@ class FileValidatorTest extends DrupalWe
  *  Tests the file_unmanaged_save_data() function.
  */
 class FileUnmanagedSaveDataTest extends FileTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Unmanaged file save data'),
@@ -338,9 +326,6 @@ class FileUnmanagedSaveDataTest extends 
  * Test the file_save_upload() function.
  */
 class FileSaveUploadTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File uploading'),
@@ -377,9 +362,6 @@ class FileSaveUploadTest extends FileHoo
  * Directory related tests.
  */
 class FileDirectoryTest extends FileTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File paths and directories'),
@@ -545,9 +527,6 @@ class FileDirectoryTest extends FileTest
  * Deletion related tests.
  */
 class FileUnmanagedDeleteTest extends FileTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Unmanaged file delete'),
@@ -594,9 +573,6 @@ class FileUnmanagedDeleteTest extends Fi
  * Unmanaged move related tests.
  */
 class FileUnmanagedMoveTest extends FileTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Unmanaged file moving'),
@@ -669,9 +645,6 @@ class FileUnmanagedMoveTest extends File
  * Unmanaged copy related tests.
  */
 class FileUnmanagedCopyTest extends FileTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Unmanaged file copying'),
@@ -759,9 +732,6 @@ class FileUnmanagedCopyTest extends File
  * Deletion related tests.
  */
 class FileDeleteTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File delete'),
@@ -794,9 +764,6 @@ class FileDeleteTest extends FileHookTes
  * Move related tests
  */
 class FileMoveTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File moving'),
@@ -830,9 +797,6 @@ class FileMoveTest extends FileHookTestC
  * Copy related tests.
  */
 class FileCopyTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File copying'),
@@ -871,9 +835,6 @@ class FileCopyTest extends FileHookTestC
  * Tests the file_load() function.
  */
 class FileLoadTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File loading'),
@@ -946,9 +907,6 @@ class FileLoadTest extends FileHookTestC
  * Tests the file_save() function.
  */
 class FileSaveTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File saving'),
@@ -994,9 +952,6 @@ class FileSaveTest extends FileHookTestC
  * Tests the file_validate() function..
  */
 class FileValidateTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File validate'),
@@ -1036,9 +991,6 @@ class FileValidateTest extends FileHookT
  * Tests the file_set_status() function.
  */
 class FileSetStatusTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File set status'),
@@ -1096,9 +1048,6 @@ class FileSetStatusTest extends FileHook
  *  Tests the file_save_data() function.
  */
 class FileSaveDataTest extends FileHookTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('File save data'),
Index: modules/simpletest/tests/menu.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/menu.test,v
retrieving revision 1.2
diff -u -p -r1.2 menu.test
--- modules/simpletest/tests/menu.test	15 Sep 2008 20:48:09 -0000	1.2
+++ modules/simpletest/tests/menu.test	16 Oct 2008 16:53:22 -0000
@@ -7,9 +7,6 @@
  */
 
 class MenuIncTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Hook menu tests'),
@@ -18,9 +15,6 @@ class MenuIncTestCase extends DrupalWebT
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     // Enable dummy module that implements hook_menu.
     parent::setUp('hook_menu');
Index: modules/simpletest/tests/registry.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/registry.test,v
retrieving revision 1.2
diff -u -p -r1.2 registry.test
--- modules/simpletest/tests/registry.test	20 Sep 2008 20:22:24 -0000	1.2
+++ modules/simpletest/tests/registry.test	16 Oct 2008 16:53:22 -0000
@@ -3,9 +3,6 @@
 
 class RegistryParseFileTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Registry parse file test'),
@@ -14,9 +11,6 @@ class RegistryParseFileTestCase extends 
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     $this->fileName = 'registry_test_' . md5(rand());
     $this->functionName = 'registry_test_function' . md5(rand());
@@ -59,9 +53,6 @@ class RegistryParseFilesTestCase extends
 
   protected $fileTypes = array('new', 'existing_changed');
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Registry parse files test'),
@@ -70,9 +61,6 @@ class RegistryParseFilesTestCase extends
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
     // Create files with some php to parse - one 'new', one 'existing' so
Index: modules/simpletest/tests/session.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/session.test,v
retrieving revision 1.4
diff -u -p -r1.4 session.test
--- modules/simpletest/tests/session.test	15 Sep 2008 15:18:59 -0000	1.4
+++ modules/simpletest/tests/session.test	16 Oct 2008 16:53:22 -0000
@@ -7,9 +7,6 @@
  */
 
 class SessionTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Session tests'),
@@ -18,9 +15,6 @@ class SessionTestCase extends DrupalWebT
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('session_test');
   }
Index: modules/simpletest/tests/xmlrpc.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/xmlrpc.test,v
retrieving revision 1.4
diff -u -p -r1.4 xmlrpc.test
--- modules/simpletest/tests/xmlrpc.test	17 Sep 2008 16:49:41 -0000	1.4
+++ modules/simpletest/tests/xmlrpc.test	16 Oct 2008 16:53:22 -0000
@@ -2,9 +2,6 @@
 // $Id: xmlrpc.test,v 1.4 2008/09/17 16:49:41 webchick Exp $
 
 class XMLRPCValidator1IncTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name'  => t('XML-RPC validator'),
@@ -13,9 +10,6 @@ class XMLRPCValidator1IncTestCase extend
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('xmlrpc_test');
   }
@@ -128,9 +122,6 @@ class XMLRPCValidator1IncTestCase extend
 }
 
 class XMLRPCMessagesTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name'  => t('XML-RPC message'),
@@ -139,9 +130,6 @@ class XMLRPCMessagesTestCase extends Dru
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('xmlrpc_test');
   }
Index: modules/statistics/statistics.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/statistics/statistics.test,v
retrieving revision 1.4
diff -u -p -r1.4 statistics.test
--- modules/statistics/statistics.test	17 Sep 2008 07:11:58 -0000	1.4
+++ modules/statistics/statistics.test	16 Oct 2008 16:53:22 -0000
@@ -2,9 +2,6 @@
 // $Id: statistics.test,v 1.4 2008/09/17 07:11:58 dries Exp $
 
 class StatisticsBlockVisitorsTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Top visitor blocking'),
@@ -13,9 +10,6 @@ class StatisticsBlockVisitorsTestCase ex
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('statistics');
 
Index: modules/syslog/syslog.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/syslog/syslog.test,v
retrieving revision 1.4
diff -u -p -r1.4 syslog.test
--- modules/syslog/syslog.test	22 Aug 2008 12:35:55 -0000	1.4
+++ modules/syslog/syslog.test	16 Oct 2008 16:53:22 -0000
@@ -2,9 +2,6 @@
 // $Id: syslog.test,v 1.4 2008/08/22 12:35:55 dries Exp $
 
 class SyslogTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Syslog functionality'),
@@ -13,9 +10,6 @@ class SyslogTestCase extends DrupalWebTe
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('syslog');
   }
Index: modules/system/system.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.test,v
retrieving revision 1.21
diff -u -p -r1.21 system.test
--- modules/system/system.test	13 Oct 2008 20:29:42 -0000	1.21
+++ modules/system/system.test	16 Oct 2008 16:53:22 -0000
@@ -4,9 +4,6 @@
 class EnableDisableCoreTestCase extends DrupalWebTestCase {
   protected $admin_user;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Module list functionality'),
@@ -15,9 +12,6 @@ class EnableDisableCoreTestCase extends 
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('system_test');
 
@@ -149,9 +143,6 @@ class EnableDisableCoreTestCase extends 
 class IPAddressBlockingTestCase extends DrupalWebTestCase {
   protected $blocking_user;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('IP address blocking'),
@@ -160,9 +151,6 @@ class IPAddressBlockingTestCase extends 
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -219,9 +207,6 @@ class IPAddressBlockingTestCase extends 
 }
 
 class CronRunTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Cron run'),
@@ -255,9 +240,6 @@ class CronRunTestCase extends DrupalWebT
 }
 
 class AdminOverviewTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Admin overview'),
@@ -322,9 +304,6 @@ class AdminOverviewTestCase extends Drup
 }
 
 class AdminMetaTagTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Fingerprinting meta tag'),
@@ -350,9 +329,6 @@ class AdminMetaTagTestCase extends Drupa
 class AccessDeniedTestCase extends DrupalWebTestCase {
   protected $admin_user;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('403 functionality'),
@@ -361,9 +337,6 @@ class AccessDeniedTestCase extends Drupa
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -411,9 +384,6 @@ class AccessDeniedTestCase extends Drupa
 class PageNotFoundTestCase extends DrupalWebTestCase {
   protected $admin_user;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('404 functionality'),
@@ -422,9 +392,6 @@ class PageNotFoundTestCase extends Drupa
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -473,9 +440,6 @@ class PageTitleFiltering extends DrupalW
   protected $content_user;
   protected $saved_title;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('HTML in page titles'),
@@ -484,9 +448,6 @@ class PageTitleFiltering extends DrupalW
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
@@ -495,9 +456,6 @@ class PageTitleFiltering extends DrupalW
     $this->saved_title = drupal_get_title();
   }
 
-  /**
-   * Reset page title.
-   */
   function tearDown() {
     // Restore the page title.
     drupal_set_title($this->saved_title, PASS_THROUGH);
Index: modules/taxonomy/taxonomy.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.test,v
retrieving revision 1.8
diff -u -p -r1.8 taxonomy.test
--- modules/taxonomy/taxonomy.test	24 Sep 2008 18:42:00 -0000	1.8
+++ modules/taxonomy/taxonomy.test	16 Oct 2008 16:53:22 -0000
@@ -2,9 +2,6 @@
 // $Id: taxonomy.test,v 1.8 2008/09/24 18:42:00 webchick Exp $
 
 class TaxonomyVocabularyLoadTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
    function getInfo() {
      return array(
        'name' => t('Loading taxonomy vocabularies'),
@@ -13,9 +10,6 @@ class TaxonomyVocabularyLoadTestCase ext
      );
    }
 
-  /**
-   * Implementation of setUp() {
-   */
   function setUp() {
     parent::setUp('taxonomy');
     $admin_user = $this->drupalCreateUser(array('administer taxonomy'));
@@ -72,9 +66,6 @@ class TaxonomyVocabularyLoadTestCase ext
 }
 
 class TaxonomyVocabularyFunctionsTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Vocabulary functions'),
@@ -83,9 +74,6 @@ class TaxonomyVocabularyFunctionsTestCas
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('taxonomy');
   }
@@ -159,9 +147,6 @@ class TaxonomyVocabularyFunctionsTestCas
 }
 
 class TaxonomyTermFunctionsTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Term no hierarchy'),
@@ -241,9 +226,6 @@ class TaxonomyTermFunctionsTestCase exte
 
 class TaxonomyTermSingleTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Term single hierarchy'),
@@ -298,9 +280,6 @@ class TaxonomyTermSingleTestCase extends
 
 class TaxonomyTermMultipleTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Term multiple hierarchy'),
@@ -361,9 +340,6 @@ class TaxonomyTermMultipleTestCase exten
 }
 
 class TaxonomyAdminTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Administration interface'),
@@ -372,9 +348,6 @@ class TaxonomyAdminTestCase extends Drup
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
     $this->taxonomy_admin = $this->drupalCreateUser(array('administer taxonomy'));
@@ -399,9 +372,6 @@ class TaxonomyAdminTestCase extends Drup
 }
 
 class TaxonomyTestNodeApiTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Taxonomy nodeapi'),
@@ -540,9 +510,6 @@ class TaxonomyTestNodeApiTestCase extend
  * and that term name and description are saved.
  */
 class TermEditTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name'  => 'Term edit test',
@@ -551,9 +518,6 @@ class TermEditTestCase extends DrupalWeb
       'group' => t('Taxonomy'));
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
     // Prepare a user to do the tests.
Index: modules/tracker/tracker.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/tracker/tracker.test,v
retrieving revision 1.4
diff -u -p -r1.4 tracker.test
--- modules/tracker/tracker.test	21 Sep 2008 22:15:52 -0000	1.4
+++ modules/tracker/tracker.test	16 Oct 2008 16:53:22 -0000
@@ -6,9 +6,6 @@ class TrackerTest extends DrupalWebTestC
   protected $other_user;
   protected $new_node;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Tracker'),
@@ -17,9 +14,6 @@ class TrackerTest extends DrupalWebTestC
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('comment', 'tracker');
 
Index: modules/translation/translation.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/translation/translation.test,v
retrieving revision 1.3
diff -u -p -r1.3 translation.test
--- modules/translation/translation.test	30 May 2008 07:30:53 -0000	1.3
+++ modules/translation/translation.test	16 Oct 2008 16:53:22 -0000
@@ -4,9 +4,6 @@
 class TranslationTestCase extends DrupalWebTestCase {
   protected $book;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Translation functionality'),
@@ -15,9 +12,6 @@ class TranslationTestCase extends Drupal
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp('locale', 'translation');
   }
Index: modules/trigger/trigger.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/trigger/trigger.test,v
retrieving revision 1.3
diff -u -p -r1.3 trigger.test
--- modules/trigger/trigger.test	2 Jun 2008 17:39:12 -0000	1.3
+++ modules/trigger/trigger.test	16 Oct 2008 16:53:22 -0000
@@ -5,9 +5,6 @@ class TriggerContentTestCase extends Dru
   var $_cleanup_roles = array();
   var $_cleanup_users = array();
 
-  /**
-   * Implementation of getInfo() for information
-   */
   function getInfo() {
     return array(
       'name' => t('Trigger content (node) actions'),
Index: modules/upload/upload.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/upload/upload.test,v
retrieving revision 1.7
diff -u -p -r1.7 upload.test
--- modules/upload/upload.test	13 Oct 2008 12:43:30 -0000	1.7
+++ modules/upload/upload.test	16 Oct 2008 16:53:22 -0000
@@ -2,9 +2,6 @@
 // $Id: upload.test,v 1.7 2008/10/13 12:43:30 dries Exp $
 
 class UploadTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Upload functionality'),
Index: modules/user/user.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.test,v
retrieving revision 1.17
diff -u -p -r1.17 user.test
--- modules/user/user.test	10 Oct 2008 07:49:49 -0000	1.17
+++ modules/user/user.test	16 Oct 2008 16:53:22 -0000
@@ -2,9 +2,6 @@
 // $Id: user.test,v 1.17 2008/10/10 07:49:49 webchick Exp $
 
 class UserRegistrationTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('User registration'),
@@ -104,9 +101,6 @@ class UserRegistrationTestCase extends D
 
 
 class UserValidationTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Username/e-mail validation'),
@@ -159,9 +153,6 @@ class UserValidationTestCase extends Dru
 
 
 class UserDeleteTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('User delete'),
@@ -422,9 +413,6 @@ class UserPermissionsTestCase extends Dr
   protected $admin_user;
   protected $rid;
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('Role permissions'),
@@ -472,9 +460,6 @@ class UserPermissionsTestCase extends Dr
 }
 
 class UserAdminTestCase extends DrupalWebTestCase {
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('User admininstration'),
@@ -529,9 +514,6 @@ class UserAdminTestCase extends DrupalWe
  */
 class UserAutocompleteTestCase extends DrupalWebTestCase {
 
-  /**
-   * Implementation of getInfo().
-   */
   function getInfo() {
     return array(
       'name' => t('User autocompletion'),
@@ -540,9 +522,6 @@ class UserAutocompleteTestCase extends D
     );
   }
 
-  /**
-   * Implementation of setUp().
-   */
   function setUp() {
     parent::setUp();
 
