Skip to content

Commit cee9c8e

Browse files
committed
ACP2E-3165: [Cloud] Getting error while checking the data in import data using CSV
- Fixed the static test failure.
1 parent 1f1b333 commit cee9c8e

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/Customer

1 file changed

+3
-3
lines changed

app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/Customer/StorageTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Dissemination of this information or reproduction of this material
1515
* is strictly forbidden unless prior written permission is obtained
1616
* from Adobe.
17-
*************************************************************************
17+
* ************************************************************************
1818
*/
1919
declare(strict_types=1);
2020

@@ -118,10 +118,10 @@ public function testLoadCustomersData()
118118
/**
119119
* Mock DB connection and return customer data's
120120
*
121-
* @return AdapterInterface|MockObject
121+
* @return AdapterInterface
122122
* @throws Exception
123123
*/
124-
private function getConnectionMock(): AdapterInterface|MockObject
124+
private function getConnectionMock(): AdapterInterface
125125
{
126126
$customerData = [
127127
'email' => 'test@example.com',

0 commit comments

Comments
 (0)