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
69
69
}
70
70
71
71
/**
72
- * Export "Customer Main File".
72
+ * Export with Multi Websites "Customer Main File".
73
73
*
74
- * @magentoDataFixture Magento/Customer/_files/import_export/customers .php
74
+ * @magentoDataFixture Magento/Customer/_files/import_export/customers_with_websites .php
75
75
* @return void
76
76
*/
77
- public function testExport ()
77
+ public function testExportWithMultiWebsites (): void
78
78
{
79
79
$ this ->processCustomerAttribute ();
80
80
$ expectedAttributes = $ this ->getExpectedAttributes ();
@@ -83,19 +83,21 @@ public function testExport()
83
83
}
84
84
85
85
/**
86
- * Export with Multi Websites "Customer Main File".
86
+ * Export "Customer Main File".
87
87
*
88
- * @magentoDataFixture Magento/Customer/_files/import_export/customers_with_websites .php
88
+ * @magentoDataFixture Magento/Customer/_files/import_export/customers .php
89
89
* @return void
90
90
*/
91
- public function testExportWithMultiWebsites (): void
91
+ public function testExport ()
92
92
{
93
93
$ this ->processCustomerAttribute ();
94
94
$ expectedAttributes = $ this ->getExpectedAttributes ();
95
95
$ lines = $ this ->export ($ expectedAttributes );
96
96
$ this ->checkExportData ($ lines , $ expectedAttributes );
97
97
}
98
98
99
+
100
+
99
101
/**
100
102
* Return attributes which should be exported.
101
103
*
You can’t perform that action at this time.
0 commit comments