File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/integration/testsuite/Magento/Store/Model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ protected function setUp(): void
82
82
as: 'customer2 '
83
83
),
84
84
]
85
- public function testStoreSpecificEmailInFromHeader ()
85
+ public function testStoreSpecificEmailInFromHeader () : void
86
86
{
87
87
$ customerOne = $ this ->fixtures ->get ('customer1 ' );
88
88
$ storeOne = $ this ->fixtures ->get ('store2 ' );
89
89
$ customerOneData = [
90
- 'email ' => $ customerOne ->getData ('email ' ),
90
+ 'email ' => $ customerOne ->getDataByKey ('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 ->getData ('email ' ),
100
+ 'email ' => $ customerTwo ->getDataByKey ('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