Skip to content

Commit 7fdf0dc

Browse files
committed
MAGETWO-39201: Refactoring and UnitTest Coverage \Magento\Reports\Block\Adminhtml\Sales\Grid\Column\Renderer\Date
1 parent 037a051 commit 7fdf0dc

File tree

1 file changed

+0
-14
lines changed
  • app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Sales/Grid/Column/Renderer

1 file changed

+0
-14
lines changed

app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Sales/Grid/Column/Renderer/DateTest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -133,26 +133,12 @@ public function datesDataProvider()
133133
'period' => 'month',
134134
'result' => '12/2030'
135135
],
136-
[
137-
'data' => '2016-12',
138-
'index' => 'period',
139-
'locale' => 'uk_UA',
140-
'period' => 'month',
141-
'result' => '12.2016'
142-
],
143136
[
144137
'data' => '2014-06-25',
145138
'index' => 'period',
146139
'locale' => 'en_US',
147140
'period' => 'day',
148141
'result' => 'Jun 25, 2014'
149-
],
150-
[
151-
'data' => '2014-06-25',
152-
'index' => 'period',
153-
'locale' => 'uk_UA',
154-
'period' => 'day',
155-
'result' => '25 Jun 2014'
156142
]
157143
];
158144
}

0 commit comments

Comments
 (0)