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 cca9488 commit e2e882fCopy full SHA for e2e882f
dev/tests/integration/testsuite/Magento/Config/Block/System/Config/FormTest.php
@@ -98,8 +98,7 @@ public function testInitFieldsUseDefaultCheckbox(
98
\Magento\Backend\App\Area\FrontNameResolver::AREA_CODE
99
);
100
$form = $this->_formFactory->create();
101
- $fieldset = $this->_formFactory->create()
102
- ->addFieldset($this->_section->getId() . '_' . $this->_group->getId(), []);
+ $fieldset = $form->addFieldset($this->_section->getId() . '_' . $this->_group->getId(), []);
103
104
/* @TODO Eliminate stub by proper mock / config fixture usage */
105
/** @var $block \Magento\Config\Block\System\Config\FormStub */
0 commit comments