We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158061f commit e64afbaCopy full SHA for e64afba
tests/phpunit/tests/comment/wpUpdateCommentCountNow.php
@@ -53,6 +53,8 @@ public function _return_100() {
53
/**
54
* Test case where a trashed parent comment causes its child comments to be excluded from the comment count.
55
*
56
+ * @ticket 36409
57
+ *
58
* @return void
59
*/
60
public function test_trashed_parent_comment_excludes_child_comments_from_count() {
@@ -108,6 +110,8 @@ public function test_trashed_parent_comment_excludes_child_comments_from_count()
108
110
109
111
* Test case for unapproved parent comment causing its child comments to be excluded from the comment count.
112
113
114
115
116
117
public function test_unapproved_parent_comment_excludes_child_comments_from_count() {
0 commit comments