X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FCommentAdminTest.php;h=2c8cb172e37ddd8aadb691614c7cc1487adc2782;hb=refs%2Fheads%2Fd864;hp=9e26be4f0880e76fb215f123143f8012a196b68a;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/comment/tests/src/Functional/CommentAdminTest.php b/web/core/modules/comment/tests/src/Functional/CommentAdminTest.php index 9e26be4f0..2c8cb172e 100644 --- a/web/core/modules/comment/tests/src/Functional/CommentAdminTest.php +++ b/web/core/modules/comment/tests/src/Functional/CommentAdminTest.php @@ -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();