Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / contact / tests / src / Functional / Views / ContactFieldsTest.php
index c66b5ad5d4cbc20d3d6f99d8575d79261e4d7697..fd9b1ce8db81012378ed0904c5aa1a3af5eeab3d 100644 (file)
@@ -34,7 +34,7 @@ class ContactFieldsTest extends ViewTestBase {
     $this->fieldStorage = FieldStorageConfig::create([
       'field_name' => strtolower($this->randomMachineName()),
       'entity_type' => 'contact_message',
-      'type' => 'text'
+      'type' => 'text',
     ]);
     $this->fieldStorage->save();