Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
commerce-3337297
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
commerce-3337297
Commits
e833edf3
Commit
e833edf3
authored
7 years ago
by
Bojan Živanović
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2920212
followup: Expand the test cases.
parent
e3488887
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Kernel/IntervalTest.php
+2
-0
2 additions, 0 deletions
tests/src/Kernel/IntervalTest.php
with
2 additions
and
0 deletions
tests/src/Kernel/IntervalTest.php
+
2
−
0
View file @
e833edf3
...
...
@@ -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'
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment