Skip to content

Commit 75b821d

Browse files
committed
MAGETWO-90808: [Performance] Customer Import check data does not complete
1 parent cad4518 commit 75b821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/CustomerCompositeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ protected function _getCustomerEntityMock()
265265
/**
266266
* @return Address|\PHPUnit_Framework_MockObject_MockObject
267267
*/
268-
protected function _getAddressEntityMock()
268+
private function _getAddressEntityMock()
269269
{
270270
$addressEntity = $this->createMock(Address::class);
271271

0 commit comments

Comments
 (0)