public static function TranslationTestCase::getInfo in Drupal 7
File
- modules/
translation/ translation.test, line 14 - Tests for the Translation module.
Class
- TranslationTestCase
- Functional tests for the Translation module.
Code
public static function getInfo() {
return array(
'name' => 'Translation functionality',
'description' => 'Create a basic page with translation, modify the page outdating translation, and update translation.',
'group' => 'Translation',
);
}