commit 99172d43e28b39d16d6749ee150b924d41374f24 Author: Joel Pittet Date: Sat Aug 15 11:39:07 2015 -0500 clarify and clean diff --git a/core/modules/rdf/src/Tests/CommentAttributesTest.php b/core/modules/rdf/src/Tests/CommentAttributesTest.php index 3577ac7..bce3552 100644 --- a/core/modules/rdf/src/Tests/CommentAttributesTest.php +++ b/core/modules/rdf/src/Tests/CommentAttributesTest.php @@ -151,11 +151,8 @@ public function testCommentRdfAuthorMarkup() { // Post a comment as a registered user. $this->saveComment($this->node->id(), $this->webUser->id()); - // Give the user access to view user information so the link shows up. - user_role_grant_permissions( - RoleInterface::AUTHENTICATED_ID, - ['access user profiles'] - ); + // Give the user access to view user profiles so the profile link shows up. + user_role_grant_permissions(RoleInterface::AUTHENTICATED_ID, ['access user profiles']); $this->drupalLogin($this->webUser); $this->drupalGet('node/' . $this->node->id());