Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block_content / src / Tests / BlockContentTestBase.php
index f277f53d7fc5a6d5fcea90c557460dbe5bdad706..a60ab91d4bf6a4de41846a221187cc2b95a09760 100644 (file)
@@ -34,7 +34,7 @@ abstract class BlockContentTestBase extends WebTestBase {
    * @var array
    */
   protected $permissions = [
-    'administer blocks'
+    'administer blocks',
   ];
 
   /**
@@ -83,7 +83,7 @@ abstract class BlockContentTestBase extends WebTestBase {
     $block_content = BlockContent::create([
       'info' => $title,
       'type' => $bundle,
-      'langcode' => 'en'
+      'langcode' => 'en',
     ]);
     if ($block_content && $save === TRUE) {
       $block_content->save();