File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Test/Unit/Component/Control Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ public function prepare()
8282 }
8383 }
8484
85- $ this ->setData ('config ' , array_replace_recursive ($ config , $ this ->getConfiguration ($ this )));
85+ $ this ->setData ('config ' , array_replace_recursive ($ config , $ this ->getConfiguration ()));
8686
8787 parent ::prepare ();
8888
89- $ jsConfig = $ this ->getConfiguration ($ this );
89+ $ jsConfig = $ this ->getConfiguration ();
9090 $ this ->getContext ()->addComponentDefinition ($ this ->getComponentName (), $ jsConfig );
9191 }
9292}
Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ protected function setUp()
8383 $ this ->items [$ this ->key ] = $ this ->createPartialMock (\Magento \Ui \Component \Control \Item::class, ['setData ' ]);
8484 $ this ->actionPool = new ActionPool (
8585 $ this ->contextMock ,
86- $ this ->itemFactoryMock ,
87- $ this ->toolbarBlockMock
86+ $ this ->itemFactoryMock
8887 );
8988 }
9089
You can’t perform that action at this time.
0 commit comments