Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block_content / tests / src / Functional / BlockContentSaveTest.php
index 0f7ae5a2e6896f344bc3bd8bd181c98952da66eb..fe730e8a0c4da36cc0afd5936ed857069966e0c2 100644 (file)
@@ -39,7 +39,7 @@ class BlockContentSaveTest extends BlockContentTestBase {
       'info' => $info,
       'body' => ['value' => $this->randomMachineName(32)],
       'type' => 'basic',
-      'id' => $test_id
+      'id' => $test_id,
     ];
     $block = BlockContent::create($block_array);
     $block->enforceIsNew(TRUE);