Skip to content

Commit e3153e7

Browse files
committed
MAGETWO-32116: Customer model and tables cleaning
1 parent 61a2c13 commit e3153e7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import/CustomerCompositeTest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ public function testImportData($behavior, $sourceFile, array $dataBefore, array
177177
public function importDataDataProvider()
178178
{
179179
$filesDirectory = __DIR__ . '/_files/';
180-
// $sourceData = [
181-
// 'delete_behavior' => [
182-
// '$behavior' => \Magento\ImportExport\Model\Import::BEHAVIOR_DELETE,
183-
// '$sourceFile' => $filesDirectory . self::DELETE_FILE_NAME,
184-
// '$dataBefore' => $this->_beforeImport,
185-
// '$dataAfter' => [],
186-
// ],
187-
// ];
180+
$sourceData = [
181+
'delete_behavior' => [
182+
'$behavior' => \Magento\ImportExport\Model\Import::BEHAVIOR_DELETE,
183+
'$sourceFile' => $filesDirectory . self::DELETE_FILE_NAME,
184+
'$dataBefore' => $this->_beforeImport,
185+
'$dataAfter' => [],
186+
],
187+
];
188188

189189
$sourceData['add_update_behavior'] = [
190190
'$behavior' => \Magento\ImportExport\Model\Import::BEHAVIOR_ADD_UPDATE,

0 commit comments

Comments
 (0)