File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Test/Unit/Block/System/Config/Form/Field Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public function import(array $data)
124
124
$ this ->scopeConfig ->clean ();
125
125
}
126
126
127
- $ this ->state ->emulateAreaCode (Area::AREA_ADMINHTML , function () use ($ changedData, $ data ) {
127
+ $ this ->state ->emulateAreaCode (Area::AREA_ADMINHTML , function () use ($ changedData ) {
128
128
$ this ->scope ->setCurrentScope (Area::AREA_ADMINHTML );
129
129
130
130
// Invoke saving of new values.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function testGetElementHtmlWithValue()
72
72
'showInWebsite ' => '1 ' ,
73
73
'showInStore ' => '1 ' ,
74
74
'label ' => null ,
75
- 'backend_model ' => \Magento \BackendModelConfig \Backend \Image::class,
75
+ 'backend_model ' => \Magento \Config \ Model \ Config \Backend \Image::class,
76
76
'upload_dir ' => [
77
77
'config ' => 'system/filesystem/media ' ,
78
78
'scope_info ' => '1 ' ,
You can’t perform that action at this time.
0 commit comments