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 a832155 commit 0f345afCopy full SHA for 0f345af
app/code/Magento/Customer/Test/Unit/Controller/Account/EditPostTest.php
@@ -240,7 +240,7 @@ public function testExecute()
240
->willReturn($customer);
241
242
$attr = 'attr1';
243
- $this->request->expects($this->exactly(5))
+ $this->request->expects($this->exactly(3))
244
->method('getParam')
245
->willReturnCallback(
246
function ($arg) use ($attr) {
0 commit comments