You are here

static function TMGMTLocaleSourceTestCase::getInfo in Translation Management Tool 7

File

sources/locale/tmgmt_locale.test, line 8

Class

TMGMTLocaleSourceTestCase
Basic Locale Source tests.

Code

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