Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / comment / tests / src / Functional / Views / DefaultViewRecentCommentsTest.php
index 5cb9680514133a43eef071dda7c078c9927266b2..4085f4f47bf5e319f7d8c20215215501bd5f3dad 100644 (file)
@@ -119,7 +119,7 @@ class DefaultViewRecentCommentsTest extends ViewTestBase {
     $map = [
       'subject' => 'subject',
       'cid' => 'cid',
-      'comment_field_data_created' => 'created'
+      'comment_field_data_created' => 'created',
     ];
     $expected_result = [];
     foreach (array_values($this->commentsCreated) as $key => $comment) {