You are here

public static function EntityTranslationMenuTranslationTestCase::getInfo in Entity Translation 7

Return the test information.

File

entity_translation_i18n_menu/entity_translation_i18n_menu.test, line 15
Tests for Entity translation module.

Class

EntityTranslationMenuTranslationTestCase
Tests for the translation of menu items on entity forms.

Code

public static function getInfo() {
  return array(
    'name' => 'Menu translation',
    'description' => 'Tests for the translation of menu items on entity forms.',
    'group' => 'Entity translation',
    'dependencies' => array(
      'i18n_menu',
    ),
  );
}