We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a75d1 commit ef8b988Copy full SHA for ef8b988
tests/SapDateIntervalTest.php
@@ -33,6 +33,7 @@ public static function provideValidTimes()
33
return [
34
['010203', '2020-01-31 00:00:00', '2020-01-31 01:02:03'],
35
['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'],
37
];
38
}
39
0 commit comments