File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
app/code/Magento/AdminAdobeIms/Test/Unit/Plugin/Block/Adminhtml Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -89,16 +89,12 @@ protected function setUp(): void
89
89
90
90
/**
91
91
* @dataProvider userDataProvider
92
- * @param int $userId
93
- * @param bool $userExists
94
92
* @param array $userData
95
93
* @param array $configProviderData
96
94
* @param array $expectedData
97
95
* @param bool $isAuthorized
98
96
*/
99
97
public function testAroundGetComponentJsonConfig (
100
- int $ userId ,
101
- bool $ userExists ,
102
98
array $ userData ,
103
99
array $ configProviderData ,
104
100
array $ expectedData ,
@@ -172,8 +168,6 @@ public function userDataProvider(): array
172
168
{
173
169
return [
174
170
'Existing authorized user ' => [
175
- 15 ,
176
- true ,
177
171
[
178
172
'isAuthorized ' => true ,
179
173
'firstname ' => 'John ' ,
@@ -190,8 +184,6 @@ public function userDataProvider(): array
190
184
true
191
185
],
192
186
'Existing non-authorized user ' => [
193
- 12 ,
194
- true ,
195
187
[
196
188
'isAuthorized ' => false ,
197
189
'name ' => 'John ' ,
You can’t perform that action at this time.
0 commit comments