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 3ada67f commit ef061e6Copy full SHA for ef061e6
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/HelperTest.php
@@ -293,10 +293,10 @@ private function assembleProductMock($links = [])
293
->method('create')
294
->willReturnMap([
295
[
296
- ['data' => array_merge($optionsData['option2'], ['option_id' => null])],
+ ['data' => $optionsData['option2']],
297
$customOptionMockClone1->setData($optionsData['option2'])
298
], [
299
- ['data' => array_merge($optionsData['option3'], ['option_id' => null])],
+ ['data' => $optionsData['option3']],
300
$customOptionMockClone2->setData($optionsData['option3'])
301
]
302
]);
0 commit comments