Skip to content

Commit c818598

Browse files
committed
Merge branch 'MAGETWO-39201' of github.corp.ebay.com:magento-troll/magento2ce into MAGETWO-38540
2 parents abbd737 + 7fdf0dc commit c818598

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)