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 5fe05d1 commit 7030b58Copy full SHA for 7030b58
app/code/Magento/Customer/Test/Unit/Model/ResourceModel/AddressRepositoryTest.php
@@ -234,7 +234,7 @@ public function testSave()
234
$this->repository->save($customerAddress);
235
}
236
237
- public function testSaveWithConfigShareScopeWebsite()
+ public function testSaveWithConfigCustomerAccountShareScopeWebsite()
238
{
239
$customerId = 34;
240
$addressId = 53;
@@ -304,7 +304,7 @@ public function testSaveWithConfigShareScopeWebsite()
304
305
306
307
- public function testSaveWithConfigShareScopeGlobal()
+ public function testSaveWithConfigCustomerAccountShareScopeGlobal()
308
309
310
0 commit comments