17 calls to CommentTestBase::setCommentSettings() in Zircon Profile 8
- CommentAttributesTest::setUp in core/
modules/ rdf/ src/ Tests/ CommentAttributesTest.php - Sets up a Drupal site for running functional and integration tests.
- CommentInterfaceTest::setUp in core/
modules/ comment/ src/ Tests/ CommentInterfaceTest.php - Set up comments to have subject and preview disabled.
- CommentLinksTest::testCommentLinks in core/
modules/ comment/ src/ Tests/ CommentLinksTest.php - Tests that comment links are output and can be hidden.
- CommentNodeAccessTest::testThreadedCommentView in core/
modules/ comment/ src/ Tests/ CommentNodeAccessTest.php - Test that threaded comments can be viewed.
- CommentPagerTest::testCommentNewPageIndicator in core/
modules/ comment/ src/ Tests/ CommentPagerTest.php - Tests calculation of first page with new comment.
- CommentPagerTest::testCommentOrderingThreading in core/
modules/ comment/ src/ Tests/ CommentPagerTest.php - Tests comment ordering and threading.
- CommentPagerTest::testCommentPaging in core/
modules/ comment/ src/ Tests/ CommentPagerTest.php - Confirms comment paging works correctly with flat and threaded comments.
- CommentPagerTest::testTwoPagers in core/
modules/ comment/ src/ Tests/ CommentPagerTest.php - Confirms comment paging works correctly with two pagers.
- CommentPreviewTest::testCommentEditPreviewSave in core/
modules/ comment/ src/ Tests/ CommentPreviewTest.php - Tests comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ src/ Tests/ CommentPreviewTest.php - Tests comment preview.
- CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/
modules/ comment/ src/ Tests/ CommentPreviewTest.php - Tests comment preview.
- CommentStatisticsTest::testCommentNodeCommentStatistics in core/
modules/ comment/ src/ Tests/ CommentStatisticsTest.php - Tests the node comment statistics.
- CommentTestBase::setCommentAnonymous in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Sets the value governing restrictions on anonymous comments.
- CommentTestBase::setCommentForm in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Sets the value governing whether the comment form is on its own page.
- CommentTestBase::setCommentPreview in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Sets the value governing the previewing mode for the comment form.
- CommentTestBase::setCommentsPerPage in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Sets the value specifying the default number of comments per page.
- CommentThreadingTest::testCommentThreading in core/
modules/ comment/ src/ Tests/ CommentThreadingTest.php - Tests the comment threading.