Payum\Paypal\Masspay\Nvp\Tests\Action\Api\ConvertPayoutActionTest::provideSupportedRequests PHP Method

provideSupportedRequests() public method

    public function provideSupportedRequests()
    {
        return array(array(new $this->requestClass(new Payout(), 'array')), array(new $this->requestClass($this->getMock(PayoutInterface::class), 'array')), array(new $this->requestClass(new Payout(), 'array', $this->getMock(TokenInterface::class))));
    }