We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04edb00 commit 2b3c704Copy full SHA for 2b3c704
app/code/Magento/Customer/Test/Unit/Model/AccountManagementTest.php
@@ -1222,7 +1222,6 @@ public function testCreateAccountWithGroupId(): void
1222
$minPasswordLength = 5;
1223
$minCharacterSetsNum = 2;
1224
$defaultGroupId = 1;
1225
- $requestedGroupId = 3;
1226
1227
$datetime = $this->prepareDateTimeFactory();
1228
@@ -1299,9 +1298,6 @@ public function testCreateAccountWithGroupId(): void
1299
1298
return null;
1300
}
1301
}));
1302
- $customer->expects($this->atLeastOnce())
1303
- ->method('getGroupId')
1304
- ->willReturn($requestedGroupId);
1305
$customer
1306
->method('setGroupId')
1307
->willReturnOnConsecutiveCalls(null, $defaultGroupId);
0 commit comments