File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Export Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments