public static function ConfigTestTranslationUITest::getInfo

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php, line 24
Definition of Drupal\entity\Tests\ConfigTestTranslationUITest.

Class

ConfigTestTranslationUITest
Tests the Config Test Translation UI.

Namespace

Drupal\translation_entity\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Config Test Translation UI',
    'description' => 'Tests the test entity translation UI with the test config entity.',
    'group' => 'Entity Translation UI',
  );
}