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 55d4cf8 commit 38cabd3Copy full SHA for 38cabd3
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/AddressTest.php
@@ -445,7 +445,6 @@ protected function _getModelMock()
445
$this->createMock(\Magento\Customer\Model\AddressFactory::class),
446
$this->createMock(\Magento\Directory\Model\ResourceModel\Region\CollectionFactory::class),
447
$this->createMock(\Magento\Customer\Model\CustomerFactory::class),
448
- $this->createMock(\Magento\Customer\Model\ResourceModel\Address\CollectionFactory::class),
449
$this->createMock(\Magento\Customer\Model\ResourceModel\Address\Attribute\CollectionFactory::class),
450
new \Magento\Framework\Stdlib\DateTime(),
451
$this->createMock(\Magento\Customer\Model\Address\Validator\Postcode::class),
0 commit comments