Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/comment/tests/src/Functional/CommentCSSTest.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
21 parent::setUp(); | 21 parent::setUp(); |
22 | 22 |
23 // Allow anonymous users to see comments. | 23 // Allow anonymous users to see comments. |
24 user_role_grant_permissions(RoleInterface::ANONYMOUS_ID, [ | 24 user_role_grant_permissions(RoleInterface::ANONYMOUS_ID, [ |
25 'access comments', | 25 'access comments', |
26 'access content' | 26 'access content', |
27 ]); | 27 ]); |
28 } | 28 } |
29 | 29 |
30 /** | 30 /** |
31 * Tests CSS classes on comments. | 31 * Tests CSS classes on comments. |