function ContentTranslationTestBase::setupBundle

Creates or initializes the bundle date if needed.

1 call to ContentTranslationTestBase::setupBundle()
ContentTranslationTestBase::setUp in core/modules/content_translation/src/Tests/ContentTranslationTestBase.php
Sets up a Drupal site for running functional and integration tests.

File

core/modules/content_translation/src/Tests/ContentTranslationTestBase.php, line 164

Class

ContentTranslationTestBase
Base class for content translation tests.

Namespace

Drupal\content_translation\Tests

Code

protected function setupBundle() {
  if (empty($this->bundle)) {
    $this->bundle = $this->entityTypeId;
  }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.