You are here

static function TMGMTI18nStringSourceTestCase::getInfo in Translation Management Tool 7

File

sources/i18n_string/tmgmt_i18n_string.test, line 8

Class

TMGMTI18nStringSourceTestCase
Basic i18n String Source tests.

Code

static function getInfo() {
  return array(
    'name' => 'i18n String Source tests',
    'description' => 'Exporting source data from i18n string and saving translations back',
    'group' => 'Translation Management',
    'dependencies' => array(
      'i18n_string',
    ),
  );
}