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 20fd591 commit 0a4393cCopy full SHA for 0a4393c
dev/tests/integration/testsuite/Magento/CatalogInventory/Block/Adminhtml/Form/Field/CustomergroupTest.php
@@ -26,7 +26,8 @@ public function testToHtml()
26
$this->_block->setId('123');
27
$this->_block->setTitle('Customer Group');
28
$this->_block->setInputName('groups[item_options]');
29
- $expectedResult = '<select name="groups[item_options]" id="123" class="customer_group_select admin__control-select" '
+ $expectedResult = '<select name="groups[item_options]" id="123" '
30
+ . 'class="customer_group_select admin__control-select" '
31
. 'title="Customer Group" ><option value="32000" >ALL GROUPS</option><option value="0" >NOT LOGGED IN'
32
. '</option><option value="1" >General</option><option value="2" >Wholesale</option><option value="3" >'
33
. 'Retailer</option></select>';
0 commit comments