File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dev/tests/integration/testsuite/Magento/CatalogInventory/Block/Adminhtml/Form/Field Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ public function testToHtml()
26
26
$ this ->_block ->setId ('123 ' );
27
27
$ this ->_block ->setTitle ('Customer Group ' );
28
28
$ this ->_block ->setInputName ('groups[item_options] ' );
29
- $ expectedResult = '<select name="groups[item_options]" id="123" class="customer_group_select admin__control-select" '
29
+ $ expectedResult = '<select name="groups[item_options]" id="123" '
30
+ . 'class="customer_group_select admin__control-select" '
30
31
. 'title="Customer Group" ><option value="32000" >ALL GROUPS</option><option value="0" >NOT LOGGED IN '
31
32
. '</option><option value="1" >General</option><option value="2" >Wholesale</option><option value="3" > '
32
33
. 'Retailer</option></select> ' ;
You can’t perform that action at this time.
0 commit comments