function TranslationStringTest::setUp

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php, line 28

Class

TranslationStringTest
Tests the TranslatableMarkup class.

Namespace

Drupal\KernelTests\Core\StringTranslation

Code

protected function setUp() : void {
  parent::setUp();
  ConfigurableLanguage::createFromLangcode('de')->save();
}

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