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 baaf885 commit 5e30cb3Copy full SHA for 5e30cb3
tests/phpunit/tests/comment.php
@@ -1896,6 +1896,9 @@ public function test_wp_trash_comment_only_top_level_notes_trigger_child_deletio
1896
1897
/**
1898
* 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
1902
*/
1903
public function test_wp_delete_comment_deletes_descendants_when_empty_trash_days_is_zero() {
1904
// Set EMPTY_TRASH_DAYS to 0 to disable trashing.
0 commit comments