CommentActionsTest |
core/modules/comment/src/Tests/CommentActionsTest.php |
Tests actions provided by the Comment module. |
CommentAdminTest |
core/modules/comment/src/Tests/CommentAdminTest.php |
Tests comment approval functionality. |
CommentAnonymousTest |
core/modules/comment/src/Tests/CommentAnonymousTest.php |
Tests anonymous commenting. |
CommentBlockTest |
core/modules/comment/src/Tests/CommentBlockTest.php |
Tests comment block functionality. |
CommentBookTest |
core/modules/comment/src/Tests/CommentBookTest.php |
Tests visibility of comments on book pages. |
CommentCacheTagsTest |
core/modules/comment/src/Tests/CommentCacheTagsTest.php |
Tests the Comment entity's cache tags. |
CommentCSSTest |
core/modules/comment/src/Tests/CommentCSSTest.php |
Tests CSS classes on comments. |
CommentDefaultFormatterCacheTagsTest |
core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php |
Tests the bubbling up of comment cache tags when using the Comment list
formatter on an entity. |
CommentFieldAccessTest |
core/modules/comment/src/Tests/CommentFieldAccessTest.php |
Tests comment field level access. |
CommentFieldsTest |
core/modules/comment/src/Tests/CommentFieldsTest.php |
Tests fields on comments. |
CommentInterfaceTest |
core/modules/comment/src/Tests/CommentInterfaceTest.php |
Tests comment user interfaces. |
CommentItemTest |
core/modules/comment/src/Tests/CommentItemTest.php |
Tests the new entity API for the comment field type. |
CommentLanguageTest |
core/modules/comment/src/Tests/CommentLanguageTest.php |
Tests for comment language. |
CommentLinksAlterTest |
core/modules/comment/src/Tests/CommentLinksAlterTest.php |
Tests comment links altering. |
CommentLinksTest |
core/modules/comment/src/Tests/CommentLinksTest.php |
Basic comment links tests to ensure markup present. |
CommentNewIndicatorTest |
core/modules/comment/src/Tests/CommentNewIndicatorTest.php |
Tests the 'new' indicator posted on comments. |
CommentNodeAccessTest |
core/modules/comment/src/Tests/CommentNodeAccessTest.php |
Tests comments with node access. |
CommentNodeChangesTest |
core/modules/comment/src/Tests/CommentNodeChangesTest.php |
Tests that comments behave correctly when the node is changed. |
CommentNonNodeTest |
core/modules/comment/src/Tests/CommentNonNodeTest.php |
Tests commenting on a test entity. |
CommentPagerTest |
core/modules/comment/src/Tests/CommentPagerTest.php |
Tests paging of comments and their settings. |
CommentPreviewTest |
core/modules/comment/src/Tests/CommentPreviewTest.php |
Tests comment preview. |
CommentRssTest |
core/modules/comment/src/Tests/CommentRssTest.php |
Tests comments as part of an RSS feed. |
CommentStatisticsTest |
core/modules/comment/src/Tests/CommentStatisticsTest.php |
Tests comment statistics on nodes. |
CommentStringIdEntitiesTest |
core/modules/comment/src/Tests/CommentStringIdEntitiesTest.php |
Tests that comment fields cannot be added to entities with non-integer IDs. |
CommentTestBase |
core/modules/comment/src/Tests/CommentTestBase.php |
Provides setup and helper methods for comment tests. |
CommentTestTrait |
core/modules/comment/src/Tests/CommentTestTrait.php |
Provides common functionality for the Comment test classes. |
CommentThreadingTest |
core/modules/comment/src/Tests/CommentThreadingTest.php |
Tests to make sure the comment number increments properly. |
CommentTitleTest |
core/modules/comment/src/Tests/CommentTitleTest.php |
Tests to ensure that appropriate and accessible markup is created for comment
titles. |
CommentTokenReplaceTest |
core/modules/comment/src/Tests/CommentTokenReplaceTest.php |
Generates text using placeholders for dummy content to check comment token
replacement. |
CommentTranslationUITest |
core/modules/comment/src/Tests/CommentTranslationUITest.php |
Tests the Comment Translation UI. |
CommentTypeTest |
core/modules/comment/src/Tests/CommentTypeTest.php |
Ensures that comment type functions work correctly. |
CommentUninstallTest |
core/modules/comment/src/Tests/CommentUninstallTest.php |
Tests comment module uninstallation. |
CommentValidationTest |
core/modules/comment/src/Tests/CommentValidationTest.php |
Tests comment validation constraints. |