Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
CommentTestBase.php
»
CommentTestBase
»
CommentTestBase::postComment
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
19 calls to CommentTestBase::postComment()
CommentActionsTest::testCommentPublishUnpublishActions
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentActionsTest::testCommentUnpublishByKeyword
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentActionsTest.php
Tests the unpublish comment by keyword action.
CommentAnonymousTest::testAnonymous
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentApprovalTest.php
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentApprovalTest.php
Tests comment approval functionality through the node interface.
CommentBlockTest::testRecentCommentBlock
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentBlockTest.php
Tests the recent comments block.
CommentContentRebuildTest::testCommentRebuild
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentContentRebuildTest.php
Tests the rebuilding of comment's content arrays on calling
comment_view
().
CommentFieldsTest::testCommentEnable
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentFieldsTest.php
Tests that comment module works when enabled after a content module.
CommentInterfaceTest::testCommentInterface
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentInterfaceTest.php
Tests the comment interface.
CommentNodeAccessTest::testThreadedCommentView
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentNodeChangesTest::testNodeDeletion
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentNodeChangesTest.php
Tests that comments are deleted with the node.
CommentPagerTest::testCommentNewPageIndicator
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPagerTest.php
Tests
comment_new_page_count
().
CommentPagerTest::testCommentOrderingThreading
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPagerTest.php
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentRssTest::testCommentRss
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentRssTest.php
Tests comments as part of an RSS feed.
CommentStatisticsTest::testCommentNodeCommentStatistics
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentStatisticsTest.php
Tests the node comment statistics.
CommentThreadingTest::testCommentThreading
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentThreadingTest.php
Tests the comment threading.
CommentTokenReplaceTest::testCommentTokenReplacement
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.