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)
124124 $ this ->scopeConfig ->clean ();
125125 }
126126
127- $ this ->state ->emulateAreaCode (Area::AREA_ADMINHTML , function () use ($ changedData, $ data ) {
127+ $ this ->state ->emulateAreaCode (Area::AREA_ADMINHTML , function () use ($ changedData ) {
128128 $ this ->scope ->setCurrentScope (Area::AREA_ADMINHTML );
129129
130130 // Invoke saving of new values.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public function testGetElementHtmlWithValue()
7474 'showInWebsite ' => '1 ' ,
7575 'showInStore ' => '1 ' ,
7676 'label ' => null ,
77- 'backend_model ' => \Magento \BackendModelConfig \Backend \Image::class,
77+ 'backend_model ' => \Magento \Config \ Model \ Config \Backend \Image::class,
7878 'upload_dir ' => [
7979 'config ' => 'system/filesystem/media ' ,
8080 'scope_info ' => '1 ' ,
You can’t perform that action at this time.
0 commit comments