You appear to be a bot. Output may be restricted
Description
Usage
Tests_WP_Date_Query::test_build_value_value_null();
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_value_null() { global $wpdb; $q = new WP_Date_Query( array() ); $this->assertFalse( $q->build_value( 'foo', null ) ); }