Skip to content

Commit ef8b988

Browse files
committed
add regular non-sap test
1 parent 43a75d1 commit ef8b988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SapDateIntervalTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public static function provideValidTimes()
3333
return [
3434
['010203', '2020-01-31 00:00:00', '2020-01-31 01:02:03'],
3535
['263052', '2020-01-31 00:00:00', '2020-02-01 02:30:52'],
36+
['-1 day', '2020-01-31 00:00:00', '2020-01-30 00:00:00'],
3637
];
3738
}
3839

0 commit comments

Comments
 (0)