X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FCommentCSSTest.php;h=c281f63ce38c9422749a3bdbdcccf725319b62e0;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=e17534a721cea6d8cb4ef254b08405b0c5a5e9fb;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/comment/tests/src/Functional/CommentCSSTest.php b/web/core/modules/comment/tests/src/Functional/CommentCSSTest.php index e17534a72..c281f63ce 100644 --- a/web/core/modules/comment/tests/src/Functional/CommentCSSTest.php +++ b/web/core/modules/comment/tests/src/Functional/CommentCSSTest.php @@ -23,7 +23,7 @@ class CommentCSSTest extends CommentTestBase { // Allow anonymous users to see comments. user_role_grant_permissions(RoleInterface::ANONYMOUS_ID, [ 'access comments', - 'access content' + 'access content', ]); }