Pull merge.
[yaffs-website] / web / core / modules / block_content / tests / src / Functional / BlockContentTestBase.php
index 45c7e2699985336f28d0057974bb24d189c1a61f..c8c32fdacfb03018858b7fb9bcb90d007cffeaf9 100644 (file)
@@ -13,6 +13,8 @@ abstract class BlockContentTestBase extends BrowserTestBase {
 
   /**
    * Profile to use.
+   *
+   * @var string
    */
   protected $profile = 'testing';
 
@@ -29,7 +31,7 @@ abstract class BlockContentTestBase extends BrowserTestBase {
    * @var array
    */
   protected $permissions = [
-    'administer blocks'
+    'administer blocks',
   ];
 
   /**
@@ -78,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();