Skip to content

Commit 0c5c912

Browse files
committed
MAGETWO-90808: [Performance] Customer Import check data does not complete
1 parent a53c9d0 commit 0c5c912

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,6 @@ public function testValidateRow(array $rows, array $calls, $validationReturn, ar
343343
->method('validateRow')
344344
->will($this->returnValue($validationReturn));
345345

346-
$customerEntity->expects($this->any())
347-
->method('getErrorMessages')
348-
->will($this->returnValue([]));
349-
350346
$addressEntity
351347
->expects($this->exactly($calls['addressValidationCalls']))
352348
->method('validateRow')
@@ -362,8 +358,6 @@ public function testValidateRow(array $rows, array $calls, $validationReturn, ar
362358
->method('getCustomerStorage')
363359
->will($this->returnValue($customerStorage));
364360

365-
$addressEntity->expects($this->any())->method('getErrorMessages')->will($this->returnValue([]));
366-
367361
$data = $this->_getModelDependencies();
368362
$data['customer_entity'] = $customerEntity;
369363
$data['address_entity'] = $addressEntity;

0 commit comments

Comments
 (0)