You appear to be a bot. Output may be restricted
Description
Usage
Tests_WP_Date_Query::test_build_time_query_hour_and_second();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/date/query.php
Lines:
1 to 7 of 7
public function test_build_time_query_hour_and_second() { $q = new WP_Date_Query( array() ); $found = $q->build_time_query( 'post_date', '=', 5, null, 5 ); $this->assertFalse( $found ); }