Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / comment / tests / src / Functional / CommentCSSTest.php
index e17534a721cea6d8cb4ef254b08405b0c5a5e9fb..c281f63ce38c9422749a3bdbdcccf725319b62e0 100644 (file)
@@ -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',
     ]);
   }