diff core/modules/locale/tests/src/Functional/LocaleUpdateBase.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children 129ea1e6d783
line wrap: on
line diff
--- a/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php	Tue Jul 10 15:07:59 2018 +0100
@@ -63,6 +63,7 @@
     // tests.
     $this->config('locale.settings')
       ->set('translation.import_enabled', TRUE)
+      ->set('translation.use_source', LOCALE_TRANSLATION_USE_SOURCE_LOCAL)
       ->save();
   }