function EntityTestTranslationUITest::setUp

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

Overrides EntityTranslationTestBase::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() {

  // Use the entity_test_mul as this has multilingual property support.
  $this->entityType = 'entity_test_mul';
  parent::setUp();
}