bubasuma\simplechat\console\DefaultController::actionStart PHP Method

actionStart() public method

Create test tables, generates and load fixtures
public actionStart ( )
    public function actionStart()
    {
        $this->run('migrate/up');
        $this->generateFixtures();
        $this->loadFixtures();
    }