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/translation/translation.test | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/translation') diff --git a/modules/translation/translation.test b/modules/translation/translation.test index 6e92e4200..e7a97790a 100644 --- a/modules/translation/translation.test +++ b/modules/translation/translation.test @@ -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 DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp('locale', 'translation'); } -- cgit v1.2.3