Skip to content

Commit b200bde

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

File tree

1 file changed

+8
-6
lines changed
  • dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Export

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ protected function setUp(): void
6969
}
7070

7171
/**
72-
* Export "Customer Main File".
72+
* Export with Multi Websites "Customer Main File".
7373
*
74-
* @magentoDataFixture Magento/Customer/_files/import_export/customers.php
74+
* @magentoDataFixture Magento/Customer/_files/import_export/customers_with_websites.php
7575
* @return void
7676
*/
77-
public function testExport()
77+
public function testExportWithMultiWebsites(): void
7878
{
7979
$this->processCustomerAttribute();
8080
$expectedAttributes = $this->getExpectedAttributes();
@@ -83,19 +83,21 @@ public function testExport()
8383
}
8484

8585
/**
86-
* Export with Multi Websites "Customer Main File".
86+
* Export "Customer Main File".
8787
*
88-
* @magentoDataFixture Magento/Customer/_files/import_export/customers_with_websites.php
88+
* @magentoDataFixture Magento/Customer/_files/import_export/customers.php
8989
* @return void
9090
*/
91-
public function testExportWithMultiWebsites(): void
91+
public function testExport()
9292
{
9393
$this->processCustomerAttribute();
9494
$expectedAttributes = $this->getExpectedAttributes();
9595
$lines = $this->export($expectedAttributes);
9696
$this->checkExportData($lines, $expectedAttributes);
9797
}
9898

99+
100+
99101
/**
100102
* Return attributes which should be exported.
101103
*

0 commit comments

Comments
 (0)