You are here

public static function EntityTranslationContentTranslationTestCase::getInfo in Entity Translation 7

Return the test information.

File

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

Class

EntityTranslationContentTranslationTestCase
Basic tests for nodes using both content and entity translation.

Code

public static function getInfo() {
  return array(
    'name' => 'Content and entity translation',
    'description' => 'Basic tests for nodes using both content and entity translatio.',
    'group' => 'Entity translation',
  );
}