Skip to content
Snippets Groups Projects
Commit e833edf3 authored by Bojan Živanović's avatar Bojan Živanović
Browse files

Issue #2920212 followup: Expand the test cases.

parent e3488887
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ class IntervalTest extends KernelTestBase {
['2017-02-24 17:15', new Interval('2', 'month'), '2017-04-24 17:15'],
['2017-01-31 17:15', new Interval('1', 'month'), '2017-02-28 17:15'],
['2017-02-28 17:15', new Interval('1', 'month'), '2017-03-28 17:15'],
['2017-01-31 17:15', new Interval('3', 'month'), '2017-04-30 17:15'],
['2017-02-24 17:15', new Interval('1', 'year'), '2018-02-24 17:15'],
......@@ -142,6 +143,7 @@ class IntervalTest extends KernelTestBase {
['2017-02-24 17:15', new Interval('2', 'month'), '2016-12-24 17:15'],
['2017-03-31 17:15', new Interval('1', 'month'), '2017-02-28 17:15'],
['2017-02-28 17:15', new Interval('1', 'month'), '2017-01-28 17:15'],
['2017-03-31 17:15', new Interval('4', 'month'), '2016-11-30 17:15'],
['2017-02-24 17:15', new Interval('1', 'year'), '2016-02-24 17:15'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment