public static function EntityTestTranslationUITest::getInfo

File

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

Class

EntityTestTranslationUITest
Tests the Entity Test Translation UI.

Namespace

Drupal\translation_entity\Tests

Code

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