function TaxonomyTranslationTestTrait::setupLanguages

Same name and namespace in other branches
  1. 11.x core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php \Drupal\Tests\taxonomy\Functional\TaxonomyTranslationTestTrait::setupLanguages()

Adds additional languages.

File

core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php, line 55

Class

TaxonomyTranslationTestTrait
Provides common testing base for translated taxonomy terms.

Namespace

Drupal\Tests\taxonomy\Functional

Code

protected function setupLanguages() {
  ConfigurableLanguage::createFromLangcode($this->translateToLangcode)
    ->save();
  $this->rebuildContainer();
}

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