You appear to be a bot. Output may be restricted
Description
Usage
Tests_WP_Date_Query::test_get_compare_in();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/date/query.php
Lines:
1 to 11 of 11
public function test_get_compare_in() { $q = new WP_Date_Query( array() ); $found = $q->get_compare( array( 'compare' => 'IN', ) ); $this->assertSame( 'IN', $found ); }