Redaxscript\Tests\InstallerTest::setUp PHP Method

setUp() public method

setUp
Since: 3.0.0
public setUp ( )
    public function setUp()
    {
        $this->_config = Config::getInstance();
        $this->_configArray = $this->_config->get();
        $this->_config->set('dbPrefix', 'installer_');
    }