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
4040 public function toOptionArray ()
4141 {
4242 $ timezones = $ this ->_localeLists ->getOptionTimezones ();
43- $ timezones = array_filter ($ timezones , function ($ value ) {
43+ $ timezones = array_filter ($ timezones , function ($ value ) {
4444 if (in_array ($ value ['value ' ], $ this ->ignoredTimezones )) {
4545 return false ;
4646 }
Original file line number Diff line number Diff line change 33 * Copyright © 2015 Magento. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6- namespace Magento \Config \Test \Unit \Model \Config \Locale ;
6+ namespace Magento \Config \Test \Unit \Model \Config \Source \ Locale ;
77
8- class LoaderTest extends \PHPUnit_Framework_TestCase
8+ class TimezoneTest extends \PHPUnit_Framework_TestCase
99{
1010 /**
1111 * @var \PHPUnit_Framework_MockObject_MockObject
You can’t perform that action at this time.
0 commit comments