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 bc1c7ba commit 6c3a87eCopy full SHA for 6c3a87e
app/code/Magento/ConfigurableProduct/Test/Fixture/Attribute.php
@@ -7,22 +7,12 @@
7
8
namespace Magento\ConfigurableProduct\Test\Fixture;
9
10
+use Magento\Catalog\Test\Fixture\SelectAttribute;
11
use Magento\Framework\DataObject;
12
-class Attribute extends \Magento\Catalog\Test\Fixture\Attribute
13
+class Attribute extends SelectAttribute
14
{
15
private const DEFAULT_DATA = [
- 'frontend_input' => 'select',
16
- 'options' => [
17
- [
18
- 'label' => 'option1%uniqid%',
19
- 'sort_order' => 0,
20
- ],
21
22
- 'label' => 'option2%uniqid%',
23
- 'sort_order' => 1,
24
- ]
25
26
'scope' => 'global',
27
];
28
0 commit comments