function TaxonomyTranslationTestTrait::setupLanguages
Adds additional languages.
2 calls to TaxonomyTranslationTestTrait::setupLanguages()
- TermTranslationFieldViewTest::setUp in core/modules/ taxonomy/ tests/ src/ Functional/ TermTranslationFieldViewTest.php 
- TermTranslationTest::setUp in core/modules/ taxonomy/ tests/ src/ Functional/ TermTranslationTest.php 
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\FunctionalCode
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.
