Changeset 56548 for trunk/tests/phpunit/tests/date/query.php
- Timestamp:
- 09/08/2023 10:01:14 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/query.php
r55562 r56548 580 580 $message = "Expected {$expected}, got {$found}"; 581 581 $this->assertEqualsWithDelta( strtotime( $expected ), strtotime( $found ), 10, $message ); 582 583 582 } 584 583 … … 1022 1021 $this->assertFalse( $this->q->validate_date_values( array( 'second' => $second ) ) ); 1023 1022 } 1024 1025 1023 } 1026 1024
Note: See TracChangeset
for help on using the changeset viewer.