You appear to be a bot. Output may be restricted
Description
Usage
Tests_WP_Date_Query::test_build_value_compare_between_array_with_other_than_two_items();
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_between_array_with_other_than_two_items() { $q = new WP_Date_Query( array() ); $found = $q->build_value( 'BETWEEN', array( 2, 3, 4 ) ); $this->assertFalse( $found ); }