File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/Customer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
* Dissemination of this information or reproduction of this material
15
15
* is strictly forbidden unless prior written permission is obtained
16
16
* from Adobe.
17
- *************************************************************************
17
+ * ************************************************************************
18
18
*/
19
19
declare (strict_types=1 );
20
20
@@ -118,10 +118,10 @@ public function testLoadCustomersData()
118
118
/**
119
119
* Mock DB connection and return customer data's
120
120
*
121
- * @return AdapterInterface|MockObject
121
+ * @return AdapterInterface
122
122
* @throws Exception
123
123
*/
124
- private function getConnectionMock (): AdapterInterface | MockObject
124
+ private function getConnectionMock (): AdapterInterface
125
125
{
126
126
$ customerData = [
127
127
'email ' => 'test@example.com ' ,
You can’t perform that action at this time.
0 commit comments