You are here

function TranslationModuleTestCase::get_info in SimpleTest 6

File

tests/translation_module.test, line 6

Class

TranslationModuleTestCase

Code

function get_info() {
  return array(
    'name' => t('Translation functionality'),
    'desc' => t('Create a story with translation, modify the story outdating translation, and update translation.'),
    'group' => t('Translation Tests'),
  );
}