Skip to content

Commit

Permalink
DEV: DateTimeHelper difference in days will also return negative valu…
Browse files Browse the repository at this point in the history
…es - fix test
  • Loading branch information
TonisOrmisson committed Aug 30, 2018
1 parent b517ca4 commit 8e46adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/DateHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function provideFromTo() {

// future
["2019-01-01", 1],
["2019-01-30", 31],
["2019-01-30", 30],
["2019-12-31", 365],

];
Expand Down

0 comments on commit 8e46adc

Please sign in to comment.