You are here

static function TMGMTUpgradeAlpha1TestCase::getInfo in Translation Management Tool 7

File

tests/tmgmt.upgrade.alpha1.test, line 15

Class

TMGMTUpgradeAlpha1TestCase
Upgrade tests.

Code

static function getInfo() {
  return array(
    'name' => t('Upgrade tests Alpha1'),
    'description' => t('Tests the upgrade path from 7.x-1.0-alpha1'),
    'group' => t('Translation Management'),
  );
}