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 727ca8c commit 6dfd297Copy full SHA for 6dfd297
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/AttributeTest.php
@@ -376,7 +376,8 @@ protected function _getAttributeData()
376
'used_in_product_listing' => '1',
377
'used_for_sort_by' => '0',
378
'apply_to' => ['simple'],
379
- 'frontend_label' => [\Magento\Store\Model\Store::DEFAULT_STORE_ID => 'string to translate']
+ 'frontend_label' => [\Magento\Store\Model\Store::DEFAULT_STORE_ID => 'string to translate'],
380
+ 'serialized_options' => '[]',
381
];
382
}
383
0 commit comments