You are here

public static function EntityTranslationTranslationTestCase::getInfo in Entity Translation 7

Return the test information.

File

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

Class

EntityTranslationTranslationTestCase
Basic tests for the translation creation/editing workflow.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity translation workflow',
    'description' => 'Basic tests for the translation creation/editing workflow.',
    'group' => 'Entity translation',
  );
}