function CommentTranslationUITest::setUp

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

Overrides EntityTranslationUITest::setUp

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php, line 40
Definition of Drupal\comment\Tests\CommentTranslationUITest.

Class

CommentTranslationUITest
Tests the Comment Translation UI.

Namespace

Drupal\comment\Tests

Code

function setUp() {
  $this->entityType = 'comment';
  $this->nodeBundle = 'article';
  $this->bundle = 'comment_node_' . $this->nodeBundle;
  $this->testLanguageSelector = FALSE;
  $this->subject = $this
    ->randomName();
  parent::setUp();
}