diff --git a/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php b/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php index 1aecc5f..a942d7c 100644 --- a/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php +++ b/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php @@ -61,9 +61,9 @@ function testCommentPublishUnpublishActions() { } /** - * Tests comment unpublish by keyword. + * Tests the unpublish comment by keyword action. */ - function testCommentUnpublishKeywordTest() { + function testCommentUnpublishByKeyword() { $this->drupalLogin($this->admin_user); $keyword_1 = $this->randomName(); $keyword_2 = $this->randomName();