Redaxscript\Tests\Console\Command\InstallTest::setUp PHP Method

setUp() public method

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