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 0284bda commit 13c19f2Copy full SHA for 13c19f2
app/code/Magento/Customer/Test/Unit/Controller/Account/EditPostTest.php
@@ -204,7 +204,6 @@ public function testGeneralSave()
204
205
$address = $this->getMockBuilder(\Magento\Customer\Api\Data\AddressInterface::class)
206
->getMockForAbstractClass();
207
-
208
$currentCustomerMock = $this->getCurrentCustomerMock($customerId, $address);
209
$newCustomerMock = $this->getNewCustomerMock($customerId, $address);
210
0 commit comments