Skip to content

Commit 5e30cb3

Browse files
enable setting EMPTY_TRASH_DAYS
1 parent baaf885 commit 5e30cb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/phpunit/tests/comment.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,6 +1896,9 @@ public function test_wp_trash_comment_only_top_level_notes_trigger_child_deletio
18961896

18971897
/**
18981898
* Test wp_trash_comment deletes a note and it's descendants when EMPTY_TRASH_DAYS is set to 0.
1899+
*
1900+
* @runInSeparateProcess
1901+
* @preserveGlobalState disabled
18991902
*/
19001903
public function test_wp_delete_comment_deletes_descendants_when_empty_trash_days_is_zero() {
19011904
// Set EMPTY_TRASH_DAYS to 0 to disable trashing.

0 commit comments

Comments
 (0)