Skip to content

Commit 1ea334e

Browse files
author
Bohdan Korablov
committed
MAGETWO-94196: [2.1] The fix of incorrect date format was lost since 2.1.13
1 parent 255d3bf commit 1ea334e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Stdlib/Test/Unit/DateTime/TimezoneTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function getConvertConfigTimeToUtcFixtures()
161161
* @param string $expectedResult
162162
* @dataProvider getDateFormatDataProvider
163163
*/
164-
public function testGetDateFormat(string $locale, string $expectedResult)
164+
public function testGetDateFormat($locale, $expectedResult)
165165
{
166166
$this->localeResolver->expects($this->once())
167167
->method('getLocale')

0 commit comments

Comments
 (0)