You are here

public static function EckEntityTranslationTest::getInfo in Entity Construction Kit (ECK) 7.2

Meta data about these tests.

File

tests/EckEntityTranslationTest.test, line 18
The EckEntityTranslationTest class.

Class

EckEntityTranslationTest
Test translations on an ECK object.

Code

public static function getInfo() {
  return array(
    'name' => 'ECK translation test',
    'description' => 'Test translations on an ECK object, including when it is attached to another entity using EntityReference.',
    'group' => 'eck',
    'dependencies' => array(
      'ctools',
      'entity',
      'entity_translation',
      'entityreference',
    ),
  );
}