PHP Class Payum\Paypal\ExpressCheckout\Nvp\Tests\Action\Api\DoVoidActionTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: payum/payum

Public Methods

Method Description
couldBeConstructedWithoutAnyArguments ( )
shouldCallApiDoVoidMethodAndUpdateModelFromResponseOnSuccess ( )
shouldCallApiDoVoidMethodWithExpectedRequiredArguments ( )
shouldImplementActionInterface ( )
shouldImplementApiAwareInterface ( )
shouldImplementGatewayAwareInterface ( )
shouldNotSupportAnythingNotDoVoidRequest ( )
shouldSupportDoVoidRequestAndArrayAccessAsModel ( )
shouldUseApiAwareTrait ( )
shouldUseGatewayAwareTrait ( )
throwIfAuthorizationIdNotSetInModel ( )
throwIfNotSupportedRequestGivenAsArgumentForExecute ( )

Protected Methods

Method Description
createApiMock ( ) : PHPUnit_Framework_MockObject_MockObject | Api

Method Details

couldBeConstructedWithoutAnyArguments() public method

createApiMock() protected method

protected createApiMock ( ) : PHPUnit_Framework_MockObject_MockObject | Api
return PHPUnit_Framework_MockObject_MockObject | Payum\Paypal\ExpressCheckout\Nvp\Api

shouldCallApiDoVoidMethodAndUpdateModelFromResponseOnSuccess() public method

shouldCallApiDoVoidMethodWithExpectedRequiredArguments() public method

shouldImplementActionInterface() public method

shouldImplementApiAwareInterface() public method

shouldImplementGatewayAwareInterface() public method

shouldNotSupportAnythingNotDoVoidRequest() public method

shouldSupportDoVoidRequestAndArrayAccessAsModel() public method

shouldUseApiAwareTrait() public method

shouldUseGatewayAwareTrait() public method

throwIfAuthorizationIdNotSetInModel() public method

throwIfNotSupportedRequestGivenAsArgumentForExecute() public method