PHP Class Payum\Paypal\ProHosted\Nvp\Tests\Action\StatusActionTest

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

Public Methods

Method Description
couldBeConstructedWithoutAnyArguments ( )
shouldImplementsActionInterface ( )
shouldMarkAuthorizedIfPaymentStatusPendingAndReasonAuthorization ( )
shouldMarkCanceledIfDetailsContainCanceledKey ( )
shouldMarkCapturedIfPaymentStatusCompleted ( )
shouldMarkFailedIfErrorCodeSetToModel ( )
shouldMarkFailedIfPaymentStatusFailed ( )
shouldMarkNewIfDetailsEmpty ( )
shouldMarkPendingIfPaymentStatusPending ( )
shouldMarkRefundedIfPaymentStatusPartiallyRefund ( )
shouldMarkRefundedIfPaymentStatusRefund ( )
shouldMarkUnknownIfPaymentStatusNotSet ( )
shouldNotSupportAnythingNotStatusRequest ( )
shouldNotSupportStatusRequestWithNoArrayAccessAsModel ( )
shouldSupportEmptyModel ( )
shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSet ( )
shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSetToZero ( )
throwIfNotSupportedRequestGivenAsArgumentForExecute ( )

Method Details

couldBeConstructedWithoutAnyArguments() public method

shouldImplementsActionInterface() public method

shouldMarkAuthorizedIfPaymentStatusPendingAndReasonAuthorization() public method

shouldMarkCanceledIfDetailsContainCanceledKey() public method

shouldMarkCapturedIfPaymentStatusCompleted() public method

shouldMarkFailedIfErrorCodeSetToModel() public method

shouldMarkFailedIfPaymentStatusFailed() public method

shouldMarkNewIfDetailsEmpty() public method

shouldMarkPendingIfPaymentStatusPending() public method

shouldMarkRefundedIfPaymentStatusPartiallyRefund() public method

shouldMarkRefundedIfPaymentStatusRefund() public method

shouldMarkUnknownIfPaymentStatusNotSet() public method

shouldNotSupportAnythingNotStatusRequest() public method

shouldNotSupportStatusRequestWithNoArrayAccessAsModel() public method

shouldSupportEmptyModel() public method

shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSet() public method

shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSetToZero() public method

throwIfNotSupportedRequestGivenAsArgumentForExecute() public method