Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block / tests / src / Functional / BlockLanguageTest.php
index cf1b87720a2472c0825e09b8792b8659a034a9ce..8f963e17e64a040c54468cc64eba5e4700dce1ef 100644 (file)
@@ -164,7 +164,7 @@ class BlockLanguageTest extends BrowserTestBase {
 
     // 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'));