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/blogapi/blogapi.test | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/blogapi') diff --git a/modules/blogapi/blogapi.test b/modules/blogapi/blogapi.test index eb77f5061..f0156ce16 100644 --- a/modules/blogapi/blogapi.test +++ b/modules/blogapi/blogapi.test @@ -2,9 +2,6 @@ // $Id$ class BlogAPITestCase extends DrupalWebTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Blog API functionality'), @@ -13,9 +10,6 @@ class BlogAPITestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp('blog', 'blogapi', 'taxonomy'); } -- cgit v1.2.3