locale_test.translation_multiple.yml in Drupal 8
Same filename and directory in other branches
core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
2 string references to 'locale_test.translation_multiple'
- LocaleConfigSubscriberTest::setUpLocale in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigSubscriberTest.php - Sets up the locale storage strings to be in line with configuration.
- LocaleConfigSubscriberTest::testCreateTranslationMultiValue in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigSubscriberTest.php - Tests creating translations configuration with multi value settings.
File
core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.ymlView source
- test: English test
- test_multiple:
- string: 'A string'
- another_string: 'Another string'
- test_after_multiple: false
- test_after_multiple:
- string: 'After a string'
- another_string: 'After another string'