- CommentAnonymous::testAnonymous in core/
modules/ comment/ tests/ comment.test - Tests anonymous comment functionality.
- CommentApprovalTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ comment.test - Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in core/
modules/ comment/ tests/ comment.test - Tests comment approval functionality through the node interface.
- CommentBlockFunctionalTest::testRecentCommentBlock in core/
modules/ comment/ tests/ comment.test - Tests the recent comments block.
- CommentContentRebuild::testCommentRebuild in core/
modules/ comment/ tests/ comment.test - Tests the rebuilding of comment's content arrays on calling comment_view().
- CommentHelperCase::postComment in core/
modules/ comment/ tests/ comment.test - Posts a comment.
- CommentHelperCase::setCommentSubject in core/
modules/ comment/ tests/ comment.test - Sets the value governing whether the comment title field should be enabled.
- CommentInterfaceTest::testCommentInterface in core/
modules/ comment/ tests/ comment.test - Tests the comment interface.
- CommentNodeAccessTest::testThreadedCommentView in core/
modules/ comment/ tests/ comment.test - Test that threaded comments can be viewed.
- CommentPagerTest::testCommentNewPageIndicator in core/
modules/ comment/ tests/ comment.test - Tests comment_new_page_count().
- CommentPagerTest::testCommentOrderingThreading in core/
modules/ comment/ tests/ comment.test - Tests comment ordering and threading.
- CommentPagerTest::testCommentPaging in core/
modules/ comment/ tests/ comment.test - Confirms comment paging works correctly with flat and threaded comments.
- CommentPreviewTest::testCommentEditPreviewSave in core/
modules/ comment/ tests/ comment.test - Tests comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ tests/ comment.test - Tests comment preview.
- CommentThreadingTestCase::testCommentThreading in core/
modules/ comment/ tests/ comment.test - Tests the comment threading.
- CommentTokenReplaceTestCase::testCommentTokenReplacement in core/
modules/ comment/ tests/ comment.test - Creates a comment, then tests the tokens generated from it.
- comment_field_extra_fields in core/
modules/ comment/ comment.module - Implements hook_field_extra_fields().
- comment_form in core/
modules/ comment/ comment.module - Form constructor for the basic commenting form.
- comment_form_node_type_form_alter in core/
modules/ comment/ comment.module - Implements hook_form_FORM_ID_alter().
- SearchCommentTestCase::setUp in core/
modules/ search/ tests/ search.test - Sets up a Backdrop site for running functional and integration tests.
- UserCancelTestCase::testUserDelete in core/
modules/ user/ tests/ user.test - Delete account and remove all content.
- UserSignatureTestCase::testUserSignature in core/
modules/ user/ tests/ user.test - Test that a user can change their signature format and that it is respected upon display.