Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Functional / Entity / FieldEntityTest.php
index a46e54c9e5817b46e4782675021949cd8ff17514..2393b6d2699390a035c1ff7d126062d63b00b882 100644 (file)
@@ -65,7 +65,7 @@ class FieldEntityTest extends ViewTestBase {
       'uid' => $account->id(),
       'entity_id' => $node->id(),
       'entity_type' => 'node',
-      'field_name' => 'comment'
+      'field_name' => 'comment',
     ]);
     $comment->save();