Skip to content

Commit e64afba

Browse files
committed
Add ticket number to unit test
1 parent 158061f commit e64afba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/phpunit/tests/comment/wpUpdateCommentCountNow.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ public function _return_100() {
5353
/**
5454
* Test case where a trashed parent comment causes its child comments to be excluded from the comment count.
5555
*
56+
* @ticket 36409
57+
*
5658
* @return void
5759
*/
5860
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()
108110
/**
109111
* Test case for unapproved parent comment causing its child comments to be excluded from the comment count.
110112
*
113+
* @ticket 36409
114+
*
111115
* @return void
112116
*/
113117
public function test_unapproved_parent_comment_excludes_child_comments_from_count() {

0 commit comments

Comments
 (0)