We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acc8722 + 46c4078 commit 875d859Copy full SHA for 875d859
dev/tests/functional/tests/app/Magento/Store/Test/Handler/StoreGroup/Curl.php
@@ -84,7 +84,7 @@ protected function prepareData(FixtureInterface $fixture)
84
'root_category_id' => $categoryId,
85
'website_id' => $websiteId,
86
'group_id' => $fixture->hasData('group_id') ? $fixture->getGroupId() : '',
87
- 'code' => $fixture->hasData('code') ? $fixture->getData()['code'] : '',
+ 'code' => $fixture->hasData('code') ? $fixture->getCode() : '',
88
],
89
'store_action' => 'add',
90
'store_type' => 'group',
0 commit comments