X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FCommentAdminTest.php;fp=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FCommentAdminTest.php;h=2c8cb172e37ddd8aadb691614c7cc1487adc2782;hp=9e26be4f0880e76fb215f123143f8012a196b68a;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c 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();