RedUNIT\Blackhole::getTargetDrivers PHP Метод

getTargetDrivers() публичный Метод

Returns a list of drivers for which this driver supports 'test rounds'. This class does not specify any drivers and can therefore be used as the base class of all tests not requiring a specific database connection.
См. также: RedUNIT::getTargetDrivers() for details.
public getTargetDrivers ( ) : array
Результат array
    public function getTargetDrivers()
    {
        return array();
    }