Skip to content

Commit 2c06892

Browse files
Renamed tests for product eav entity
1 parent 899b3f9 commit 2c06892

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,16 @@ public function apply()
9292
'required' => false,
9393
'input' => 'multiselect',
9494
'is_filterable_in_grid' => false,
95+
'backend' => \Magento\Eav\Model\Entity\Attribute\Backend\ArrayBackend::class,
9596
'sort_order' => 10,
96-
'group' => 'General',
9797
'option' => [
9898
'value' => [
9999
'option_0' => ['option1'],
100100
'option_1' => ['option2'],
101101
'option_2' => ['option3'],
102102
]
103103
],
104+
'group' => 'General',
104105
]
105106
);
106107
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import java.util.HashMap;
1313
import java.util.Map;
1414

15-
public class AttributePropertySetupPatchGeneratorTest extends BaseGeneratorTestCase {
15+
public class ProductAttributePropertySetupPatchGeneratorTest extends BaseGeneratorTestCase {
1616
private final static String MODULE_NAME = "Foo_Bar";
1717

1818
/**

0 commit comments

Comments
 (0)