diff --git a/core/modules/comment/src/Tests/Views/CommentAdminTest.php b/core/modules/comment/src/Tests/Views/CommentAdminTest.php index ff9d5d6..5645117 100644 --- a/core/modules/comment/src/Tests/Views/CommentAdminTest.php +++ b/core/modules/comment/src/Tests/Views/CommentAdminTest.php @@ -37,7 +37,7 @@ protected function setUp() { /** * Test comment approval functionality through admin/content/comment. */ - public function _testApprovalAdminInterface() { + public function testApprovalAdminInterface() { // Set anonymous comments to require approval. user_role_change_permissions(RoleInterface::ANONYMOUS_ID, array( 'access comments' => TRUE,