Jsor\Doctrine\PostGIS\AbstractFunctionalTestCase::_getDbParams PHP Method

_getDbParams() protected method

protected _getDbParams ( )
    protected function _getDbParams()
    {
        return array('driver' => $GLOBALS['db_type'], 'user' => $GLOBALS['db_username'], 'password' => $GLOBALS['db_password'], 'host' => $GLOBALS['db_host'], 'dbname' => $GLOBALS['db_name'], 'port' => $GLOBALS['db_port']);
    }