function EntityTestTranslationUITest::setUp

Overrides \Drupal\simpletest\WebTestBase::setUp().

Overrides EntityTranslationUITest::setUp

File

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

Class

EntityTestTranslationUITest
Tests the Entity Test Translation UI.

Namespace

Drupal\translation_entity\Tests

Code

function setUp() {
  $this->entityType = 'entity_test';
  parent::setUp();
}