RedUNIT\Base\Facade::getTargetDrivers PHP Method

getTargetDrivers() public method

What drivers should be loaded for this test pack? This pack contains some SQL incomp. with OCI
public getTargetDrivers ( )
    public function getTargetDrivers()
    {
        return array('mysql', 'pgsql', 'sqlite', 'CUBRID');
    }