You are here

public static function EntityTranslationUpgradeTestCase::getInfo in Entity Translation 7

Return the test information.

File

entity_translation_upgrade/entity_translation_upgrade.test, line 15
Tests for Entity Translation module.

Class

EntityTranslationUpgradeTestCase
Tests for the upgrade translation process.

Code

public static function getInfo() {
  return array(
    'name' => 'Translation upgrade',
    'description' => 'Tests for the upgrade from Content Translation to Entity Translation.',
    'group' => 'Entity translation',
    'dependencies' => array(),
  );
}