X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FViews%2FDefaultViewRecentCommentsTest.php;fp=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FViews%2FDefaultViewRecentCommentsTest.php;h=4085f4f47bf5e319f7d8c20215215501bd5f3dad;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=5cb9680514133a43eef071dda7c078c9927266b2;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php b/web/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php index 5cb968051..4085f4f47 100644 --- a/web/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php +++ b/web/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php @@ -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) {