diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-25 13:14:29 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-25 13:14:29 +0000 |
commit | eda100b83da4d71bf0bfa6c614e08327ef0d292b (patch) | |
tree | ac11fb0aae0e68aee34b4aeffb7f32778bcf809d /modules/locale | |
parent | 66df602593230a2483d6538927fd66310c28c3f8 (diff) | |
download | brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.gz brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.bz2 |
- Patch #338403 by drewish: code comments clean-up.
Diffstat (limited to 'modules/locale')
-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'), |