Skip to content

Commit 2f14e53

Browse files
AnujNehraAnujNehra
authored andcommitted
ACP2E-1776: Creating customer(-s) via Async REST API ignores group_id
1 parent 8d7ad55 commit 2f14e53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/code/Magento/Customer/Test/Unit/Model/AccountManagementApiTest.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,15 @@ class AccountManagementApiTest extends TestCase
238238
private $customerSecure;
239239

240240
/**
241-
* @var StoreInterface
241+
* @var StoreInterface|MockObject
242242
*/
243243
private $storeMock;
244244

245+
/**
246+
* @var Store|MockObject
247+
*/
248+
private $store;
249+
245250
/**
246251
* @inheritDoc
247252
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)

0 commit comments

Comments
 (0)