summaryrefslogtreecommitdiff
path: root/modules/translation/translation.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translation/translation.test')
-rw-r--r--modules/translation/translation.test6
1 files changed, 0 insertions, 6 deletions
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');
}