Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BaseFactoryTest.php
Go to the documentation of this file.
1 <?php
7 
9 {
10  protected function setUp()
11  {
12  $this->instanceClassName = \Magento\Framework\App\Config\Base::class;
13  $this->factoryClassName = \Magento\Framework\App\Config\BaseFactory::class;
14  parent::setUp();
15  }
16 }