You are here

public static function EntityTranslationHierarchyTestCase::getInfo in Entity Translation 7

Return the test information.

File

tests/entity_translation.test, line 608
Tests for Entity translation module.

Class

EntityTranslationHierarchyTestCase
Tests that entity translation handler hierarchy works properly.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity translation hierarchy',
    'description' => 'Tests that entity translation handler hierarchy works properly.',
    'group' => 'Entity translation',
  );
}