function CommentTranslationUITest::setupBundle

Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupBundle().

Overrides EntityTranslationTestBase::setupBundle

File

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

Class

CommentTranslationUITest
Tests the Comment Translation UI.

Namespace

Drupal\comment\Tests

Code

function setupBundle() {
  parent::setupBundle();
  $this
    ->drupalCreateContentType(array(
    'type' => $this->nodeBundle,
    'name' => $this->nodeBundle,
  ));
}