File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1676,6 +1676,7 @@ public function test_unspam_should_invalidate_comment_cache() {
16761676 /**
16771677 * Tests that trashing a top-level note also trashes all direct child notes.
16781678 *
1679+ * @ticket 64240
16791680 * @covers ::wp_trash_comment
16801681 * @dataProvider data_comment_approved_statuses
16811682 */
@@ -1743,6 +1744,7 @@ public function data_comment_approved_statuses() {
17431744 /**
17441745 * Tests that trashing a regular comment does NOT trash its children.
17451746 *
1747+ * @ticket 64240
17461748 * @covers ::wp_trash_comment
17471749 */
17481750 public function test_wp_trash_comment_does_not_trash_child_comments () {
@@ -1789,6 +1791,7 @@ public function test_wp_trash_comment_does_not_trash_child_comments() {
17891791 /**
17901792 * Tests that trashing a child note does not affect parent or siblings.
17911793 *
1794+ * @ticket 64240
17921795 * @covers ::wp_trash_comment
17931796 */
17941797 public function test_wp_trash_comment_child_note_does_not_affect_parent_or_siblings () {
@@ -1847,6 +1850,7 @@ public function test_wp_trash_comment_child_note_does_not_affect_parent_or_sibli
18471850 /**
18481851 * Tests that only top-level notes trigger child deletion.
18491852 *
1853+ * @ticket 64240
18501854 * @covers ::wp_trash_comment
18511855 */
18521856 public function test_wp_trash_comment_only_top_level_notes_trigger_child_deletion () {
You can’t perform that action at this time.
0 commit comments