Skip to content

Commit 3a49152

Browse files
committed
CABPI-364: AdobeStock UI changes
- Update unit test;
1 parent 6bfef79 commit 3a49152

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/code/Magento/AdminAdobeIms/Test/Unit/Plugin/Block/Adminhtml/SignInPluginTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,12 @@ protected function setUp(): void
8989

9090
/**
9191
* @dataProvider userDataProvider
92-
* @param int $userId
93-
* @param bool $userExists
9492
* @param array $userData
9593
* @param array $configProviderData
9694
* @param array $expectedData
9795
* @param bool $isAuthorized
9896
*/
9997
public function testAroundGetComponentJsonConfig(
100-
int $userId,
101-
bool $userExists,
10298
array $userData,
10399
array $configProviderData,
104100
array $expectedData,
@@ -172,8 +168,6 @@ public function userDataProvider(): array
172168
{
173169
return [
174170
'Existing authorized user' => [
175-
15,
176-
true,
177171
[
178172
'isAuthorized' => true,
179173
'firstname' => 'John',
@@ -190,8 +184,6 @@ public function userDataProvider(): array
190184
true
191185
],
192186
'Existing non-authorized user' => [
193-
12,
194-
true,
195187
[
196188
'isAuthorized' => false,
197189
'name' => 'John',

0 commit comments

Comments
 (0)