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 5c08331 commit cd48a27Copy full SHA for cd48a27
tests/phpunit/tests/comment/query.php
@@ -24,6 +24,11 @@ public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) {
24
self::$post_id = $factory->post->create();
25
}
26
27
+ public function tear_down() {
28
+ unset( $this->to_exclude );
29
+ parent::tear_down();
30
+ }
31
+
32
/**
33
* @covers WP_Comment_Query::query
34
*/
0 commit comments