Changeset 45607 for trunk/tests/phpunit/tests/date/query.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/query.php
r43571 r45607 1015 1015 $days_of_year = array( -1, 0, 367 ); 1016 1016 foreach ( $days_of_year as $day_of_year ) { 1017 $this->assertFalse( @$this->q->validate_date_values( array( 'dayofyear' => $day_of_year ) ) );1017 $this->assertFalse( $this->q->validate_date_values( array( 'dayofyear' => $day_of_year ) ) ); 1018 1018 } 1019 1019 }
Note: See TracChangeset
for help on using the changeset viewer.