You appear to be a bot. Output may be restricted
Description
Usage
Tests_WP_Date_Query::test_get_compare_greater_than();
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_greater_than() { $q = new WP_Date_Query( array() ); $found = $q->get_compare( array( 'compare' => '>', ) ); $this->assertSame( '>', $found ); }