Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / comment / tests / src / Functional / CommentAdminTest.php
index 9e26be4f0880e76fb215f123143f8012a196b68a..2c8cb172e37ddd8aadb691614c7cc1487adc2782 100644 (file)
@@ -57,7 +57,7 @@ class CommentAdminTest extends CommentTestBase {
       'comment_body' => $body,
       'entity_id' => $this->node->id(),
       'entity_type' => 'node',
-      'field_name' => 'comment'
+      'field_name' => 'comment',
     ]);
     $this->drupalLogout();
 
@@ -145,7 +145,7 @@ class CommentAdminTest extends CommentTestBase {
       'comment_body' => $body,
       'entity_id' => $this->node->id(),
       'entity_type' => 'node',
-      'field_name' => 'comment'
+      'field_name' => 'comment',
     ]);
     $this->drupalLogout();