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.
2 parents abbd737 + 7fdf0dc commit c818598Copy full SHA for c818598
app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Sales/Grid/Column/Renderer/DateTest.php
@@ -133,26 +133,12 @@ public function datesDataProvider()
133
'period' => 'month',
134
'result' => '12/2030'
135
],
136
- [
137
- 'data' => '2016-12',
138
- 'index' => 'period',
139
- 'locale' => 'uk_UA',
140
- 'period' => 'month',
141
- 'result' => '12.2016'
142
- ],
143
[
144
'data' => '2014-06-25',
145
'index' => 'period',
146
'locale' => 'en_US',
147
'period' => 'day',
148
'result' => 'Jun 25, 2014'
149
150
151
- 'data' => '2014-06-25',
152
153
154
- 'period' => 'day',
155
- 'result' => '25 Jun 2014'
156
]
157
];
158
}
0 commit comments