diff options
Diffstat (limited to 'modules/locale/locale.test')
-rw-r--r-- | modules/locale/locale.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test index 3daf79f5e..45a014755 100644 --- a/modules/locale/locale.test +++ b/modules/locale/locale.test @@ -2,9 +2,6 @@ // $Id$ class LocaleTestCase extends DrupalWebTestCase { - /** - * Implementation of getInfo() for information - */ function getInfo() { return array( 'name' => t('String translate'), @@ -119,7 +116,6 @@ class LocaleTestCase extends DrupalWebTestCase { * Functional tests for the import of translation files. */ class LocaleImportFunctionalTest extends DrupalWebTestCase { - function getInfo() { return array( 'name' => t('Translation import'), |