X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flocale%2Ftests%2Fsrc%2FFunctional%2FLocaleImportFunctionalTest.php;fp=web%2Fcore%2Fmodules%2Flocale%2Ftests%2Fsrc%2FFunctional%2FLocaleImportFunctionalTest.php;h=581c98fbab1e47e03956e440bd0ccad7aaf47b11;hp=e3a2c2612e2bf5a4ff989d092cd884fb60516fcd;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php b/web/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php index e3a2c2612..581c98fba 100644 --- a/web/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php +++ b/web/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php @@ -341,7 +341,8 @@ class LocaleImportFunctionalTest extends BrowserTestBase { // Import a .po file to translate. $this->importPoFile($this->getPoFileWithConfigDe(), [ - 'langcode' => $langcode]); + 'langcode' => $langcode, + ]); // Check that the 'Anonymous' string is translated. $config = \Drupal::languageManager()->getLanguageConfigOverride($langcode, 'user.settings');