RedUNIT\Base\With::getTargetDrivers PHP Method

getTargetDrivers() public method

This test suite uses specific SQL, only suited for MySQL.
public getTargetDrivers ( ) : array
return array
    public function getTargetDrivers()
    {
        return array('mysql');
    }