Skip to content

Commit d690129

Browse files
committed
ACP2E-3501: VAPT: Business Logic Error - future date as customer date of birth
1 parent b200bde commit d690129

File tree

1 file changed

+2
-4
lines changed
  • dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Export

1 file changed

+2
-4
lines changed

dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Export/CustomerTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2012 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\CustomerImportExport\Model\Export;
@@ -96,8 +96,6 @@ public function testExport()
9696
$this->checkExportData($lines, $expectedAttributes);
9797
}
9898

99-
100-
10199
/**
102100
* Return attributes which should be exported.
103101
*

0 commit comments

Comments
 (0)