RedUNIT\Postgres::getTargetDrivers PHP Method

getTargetDrivers() public method

Returns a list of drivers for which this driver supports 'test rounds'. This class only supports the PostgreSQL driver.
See also: RedUNIT::getTargetDrivers() for details.
public getTargetDrivers ( ) : array
return array
    public function getTargetDrivers()
    {
        return array('pgsql');
    }