You appear to be a bot. Output may be restricted
Description
Usage
Tests_WP_Date_Query::test_build_value_compare_not_between();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/date/query.php
Lines:
1 to 7 of 7
public function test_build_value_compare_not_between() { $q = new WP_Date_Query( array() ); $found = $q->build_value( 'NOT BETWEEN', array( 2, 3 ) ); $this->assertSame( '2 AND 3', $found ); }