File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Store/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function testStoreSpecificEmailInFromHeader()
87
87
$ customerOne = $ this ->fixtures ->get ('customer1 ' );
88
88
$ storeOne = $ this ->fixtures ->get ('store2 ' );
89
89
$ customerOneData = [
90
- 'email ' => $ customerOne ->getEmail ( ),
90
+ 'email ' => $ customerOne ->getData ( ' email ' ),
91
91
'storeId ' => $ storeOne ->getData ('store_id ' ),
92
92
'storeEmail ' => 'store_one@example.com '
93
93
];
@@ -97,7 +97,7 @@ public function testStoreSpecificEmailInFromHeader()
97
97
$ customerTwo = $ this ->fixtures ->get ('customer2 ' );
98
98
$ storeTwo = $ this ->fixtures ->get ('store3 ' );
99
99
$ customerTwoData = [
100
- 'email ' => $ customerTwo ->getEmail ( ),
100
+ 'email ' => $ customerTwo ->getData ( ' email ' ),
101
101
'storeId ' => $ storeTwo ->getData ('store_id ' ),
102
102
'storeEmail ' => 'store_two@example.com '
103
103
];
You can’t perform that action at this time.
0 commit comments