Phive\Queue\Tests\Handler\PdoHandler::configureDriver PHP Method

configureDriver() protected method

protected configureDriver ( )
    protected function configureDriver()
    {
        switch ($this->driverName) {
            case 'sqlite':
                $this->pdo->exec('PRAGMA journal_mode=WAL');
                break;
        }
    }