Example #1
0
 /**
  * Initialize properties of object required for test.
  *
  * @return \Magento\Config\Block\System\Config\Form
  */
 protected function _initObjects()
 {
     parent::_initObjects();
     $this->_configData = $this->_configDataStub;
     if ($this->_configRootStub) {
         $this->_configRoot = $this->_configRootStub;
     }
     $this->_fieldRenderer = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get('Magento\\Framework\\View\\LayoutInterface')->createBlock('Magento\\Config\\Block\\System\\Config\\Form\\Field');
 }