Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / locale / tests / src / Functional / LocaleImportFunctionalTest.php
index 581c98fbab1e47e03956e440bd0ccad7aaf47b11..c63c4e4261c051039a95846bb374cf5fa227dacd 100644 (file)
@@ -52,6 +52,7 @@ class LocaleImportFunctionalTest extends BrowserTestBase {
     // tests.
     $this->config('locale.settings')
       ->set('translation.import_enabled', TRUE)
+      ->set('translation.use_source', LOCALE_TRANSLATION_USE_SOURCE_LOCAL)
       ->save();
   }