diff options
Diffstat (limited to 'modules/blogapi/blogapi.test')
-rw-r--r-- | modules/blogapi/blogapi.test | 6 |
1 files changed, 0 insertions, 6 deletions
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'); } |