You appear to be a bot. Output may be restricted Description Usage Tests_WP_Date_Query::setUp(); Parameters Returns void Source File name: wordpress-develop-tests/phpunit/tests/date/query.php Lines: 1 to 6 of 6 public function setUp() { parent::setUp(); unset( $this->q ); $this->q = new WP_Date_Query( array( 'm' => 2 ) ); } View on GitHub