Mercurial > hg > isophonics-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
61 | 61 |
62 // Enable import of translations. By default this is disabled for automated | 62 // Enable import of translations. By default this is disabled for automated |
63 // tests. | 63 // tests. |
64 $this->config('locale.settings') | 64 $this->config('locale.settings') |
65 ->set('translation.import_enabled', TRUE) | 65 ->set('translation.import_enabled', TRUE) |
66 ->set('translation.use_source', LOCALE_TRANSLATION_USE_SOURCE_LOCAL) | |
66 ->save(); | 67 ->save(); |
67 } | 68 } |
68 | 69 |
69 /** | 70 /** |
70 * Sets the value of the default translations directory. | 71 * Sets the value of the default translations directory. |