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 / BlockContentTestBase.php
index 1fdd0ef56175b0eba152b7ccb24ef10780d1a4d8..c8c32fdacfb03018858b7fb9bcb90d007cffeaf9 100644 (file)
@@ -31,7 +31,7 @@ abstract class BlockContentTestBase extends BrowserTestBase {
    * @var array
    */
   protected $permissions = [
-    'administer blocks'
+    'administer blocks',
   ];
 
   /**
@@ -80,7 +80,7 @@ abstract class BlockContentTestBase extends BrowserTestBase {
     $block_content = BlockContent::create([
       'info' => $title,
       'type' => $bundle,
-      'langcode' => 'en'
+      'langcode' => 'en',
     ]);
     if ($block_content && $save === TRUE) {
       $block_content->save();