Payum\Paypal\ProHosted\Nvp\Tests\Action\Api\ConvertPaymentActionTest::provideSupportedRequests PHP Method

provideSupportedRequests() public method

    public function provideSupportedRequests()
    {
        return array(array(new $this->requestClass(new Payment(), 'array')), array(new $this->requestClass($this->getMock(PaymentInterface::class), 'array')), array(new $this->requestClass(new Payment(), 'array', $this->getMock('Payum\\Core\\Security\\TokenInterface'))));
    }