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 cad4518 commit 75b821dCopy full SHA for 75b821d
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/CustomerCompositeTest.php
@@ -265,7 +265,7 @@ protected function _getCustomerEntityMock()
265
/**
266
* @return Address|\PHPUnit_Framework_MockObject_MockObject
267
*/
268
- protected function _getAddressEntityMock()
+ private function _getAddressEntityMock()
269
{
270
$addressEntity = $this->createMock(Address::class);
271
0 commit comments