diff options
Diffstat (limited to 'modules/translation/translation.test')
-rw-r--r-- | modules/translation/translation.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.test b/modules/translation/translation.test index e34fef529..c1fd79b77 100644 --- a/modules/translation/translation.test +++ b/modules/translation/translation.test @@ -4,7 +4,7 @@ class TranslationTestCase extends DrupalWebTestCase { protected $book; - function getInfo() { + public static function getInfo() { return array( 'name' => t('Translation functionality'), 'description' => t('Create a page with translation, modify the page outdating translation, and update translation.'), |