Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / text / tests / src / Kernel / TextWithSummaryItemTest.php
index a48c191b5ee721811054a35ad20f393b2ce6ec53..195250abb9063aaa190a9e335fc5d2e960ba6a85 100644 (file)
@@ -26,7 +26,7 @@ class TextWithSummaryItemTest extends FieldKernelTestBase {
   /**
    * Field storage entity.
    *
-   * @var \Drupal\field\Entity\FieldStorageConfig.
+   * @var \Drupal\field\Entity\FieldStorageConfig
    */
   protected $fieldStorage;
 
@@ -37,7 +37,6 @@ class TextWithSummaryItemTest extends FieldKernelTestBase {
    */
   protected $field;
 
-
   protected function setUp() {
     parent::setUp();
 
@@ -106,7 +105,7 @@ class TextWithSummaryItemTest extends FieldKernelTestBase {
       'type' => 'text_with_summary',
       'settings' => [
         'max_length' => 10,
-      ]
+      ],
     ]);
     $this->fieldStorage->save();
     $this->field = FieldConfig::create([