function TermTranslationUITest::setUp

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

Overrides EntityTranslationUITest::setUp

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php, line 47
Definition of Drupal\taxonomy\Tests\TermTranslationUITest.

Class

TermTranslationUITest
Tests the Term Translation UI.

Namespace

Drupal\taxonomy\Tests

Code

function setUp() {
  $this->entityType = 'taxonomy_term';
  $this->bundle = 'tags';
  $this->name = $this
    ->randomName();
  parent::setUp();
}