You are here

protected function LocaleConfigSubscriberForeignTest::setUpLocale in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php \Drupal\Tests\locale\Kernel\LocaleConfigSubscriberForeignTest::setUpLocale()

Sets up the locale storage strings to be in line with configuration.

Overrides LocaleConfigSubscriberTest::setUpLocale

File

core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php, line 39

Class

LocaleConfigSubscriberForeignTest
Tests default configuration handling with a foreign default language.

Namespace

Drupal\Tests\locale\Kernel

Code

protected function setUpLocale() {
  parent::setUpLocale();
  $this
    ->setUpTranslation('locale_test.translation', 'test', 'English test', 'Hungarian test', 'hu', TRUE);
}