We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0886e1 commit d2c9fb6Copy full SHA for d2c9fb6
app/code/Magento/Customer/Test/Unit/Model/CustomerTest.php
@@ -292,14 +292,14 @@ public function testUpdateData()
292
$customerDataAttributes = [
293
'attribute' => 'attribute',
294
'test1' => 'test1',
295
- 'test33' => 'test33'
+ 'test33' => 'test33',
296
];
297
298
$customer = $this->getMock(
299
\Magento\Customer\Model\Data\Customer::class,
300
[
301
'getCustomAttributes',
302
- 'getId'
+ 'getId',
303
],
304
[],
305
'',
@@ -310,7 +310,7 @@ public function testUpdateData()
310
\Magento\Framework\Api\AttributeValue::class,
311
312
'getAttributeCode',
313
- 'getValue'
+ 'getValue',
314
315
316
0 commit comments