Changeset 29932 for trunk/tests/phpunit/tests/query/results.php
- Timestamp:
- 10/17/2014 12:40:06 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/query/results.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/results.php
r29765 r29932 574 574 $this->assertFalse( $this->q->is_month ); 575 575 $this->assertTrue( $this->q->is_year ); 576 576 } 577 578 /** 579 * @ticket 10935 580 * @expectedIncorrectUsage WP_Date_Query 581 */ 582 public function test_query_is_date_with_bad_date() { 577 583 $this->q->query( array( 578 584 'year' => '2007',
Note: See TracChangeset
for help on using the changeset viewer.