-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The test is expecting an error to be returned but parse('2012-06-006 19:00') is returning an object for the timestamp 1338422400.
Currently, it is not returning either an error or the expected timestamp of 1339009200.
php-missing/tests/dates_test.php
Lines 49 to 53 in 172d0a2
| public function testParseFailureA() | |
| { | |
| $result = Missing\Dates::parse('2012-06-006 19:00'); | |
| $this->assertTrue($result->isErr()); | |
| } |
Metadata
Metadata
Assignees
Labels
No labels