Changeset 34989 for trunk/tests/phpunit/tests/date/query.php
- Timestamp:
- 10/09/2015 04:32:59 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/date/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/query.php
r31251 r34989 509 509 } 510 510 511 /** 512 * @ticket 34228 513 */ 514 public function test_build_time_query_should_not_discard_hour_0() { 515 $q = new WP_Date_Query( array() ); 516 517 $found = $q->build_time_query( 'post_date', '=', 0, 10 ); 518 519 $this->assertContains( '%H', $found ); 520 } 521 511 522 public function test_build_time_query_compare_in() { 512 523 $q = new WP_Date_Query( array() );
Note: See TracChangeset
for help on using the changeset viewer.