function InstallerTranslationMultipleLanguageForeignTest::setUpLanguage

Overrides InstallerTranslationMultipleLanguageTest::setUpLanguage

File

core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php, line 29

Class

InstallerTranslationMultipleLanguageForeignTest
Tests translation files for multiple languages get imported during install.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpLanguage() {
  parent::setUpLanguage();
  $this->translations['Save and continue'] = 'Save and continue de';
}

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