Mercurial > hg > isophonics-drupal-site
diff core/modules/block/tests/src/Functional/BlockLanguageTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/core/modules/block/tests/src/Functional/BlockLanguageTest.php Tue Jul 10 15:07:59 2018 +0100 +++ b/core/modules/block/tests/src/Functional/BlockLanguageTest.php Thu Feb 28 13:21:36 2019 +0000 @@ -164,7 +164,7 @@ // Change visibility to now depend on content language for this block. $edit = [ - 'visibility[language][context_mapping][language]' => '@language.current_language_context:language_content' + 'visibility[language][context_mapping][language]' => '@language.current_language_context:language_content', ]; $this->drupalPostForm('admin/structure/block/manage/' . $block_id, $edit, t('Save block'));