File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Model/Config/Source/Locale
Test/Unit/Model/Config/Source/Locale Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function __construct(\Magento\Framework\Locale\ListsInterface $localeList
40
40
public function toOptionArray ()
41
41
{
42
42
$ timezones = $ this ->_localeLists ->getOptionTimezones ();
43
- $ timezones = array_filter ($ timezones , function ($ value ) {
43
+ $ timezones = array_filter ($ timezones , function ($ value ) {
44
44
if (in_array ($ value ['value ' ], $ this ->ignoredTimezones )) {
45
45
return false ;
46
46
}
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Config \Test \Unit \Model \Config \Locale ;
6
+ namespace Magento \Config \Test \Unit \Model \Config \Source \ Locale ;
7
7
8
- class LoaderTest extends \PHPUnit_Framework_TestCase
8
+ class TimezoneTest extends \PHPUnit_Framework_TestCase
9
9
{
10
10
/**
11
11
* @var \PHPUnit_Framework_MockObject_MockObject
You can’t perform that action at this time.
0 commit comments