PHP Class Payum\Paypal\ExpressCheckout\Nvp\Tests\Action\PaymentDetailsStatusActionTest

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

Public Methods

Method Description
couldBeConstructedWithoutAnyArguments ( )
shouldImplementsActionInterface ( )
shouldMarkAuthorizedIfAllPaymentStatusPendingAndReasonAuthorization ( )
shouldMarkCanceledIfAllPaymentStatusVoidedAndReasonAuthorization ( )
shouldMarkCanceledIfDetailsContainCanceledKey ( )
shouldMarkCanceledIfPaymentIsCancelledByUser ( )
shouldMarkCanceledIfPaymentNotAuthorized ( )
shouldMarkCapturedIfAllPaymentStatusCompletedOrProcessed ( )
shouldMarkCapturedIfCreateBillingAgreementRequestAndZeroAmount ( )
shouldMarkFailedIfAtLeastOnePaymentStatusFailed ( )
shouldMarkFailedIfCheckoutStatusFailed ( )
shouldMarkFailedIfErrorCodeSetToModel ( )
shouldMarkNewIfDetailsEmpty ( )
shouldMarkNewIfPayerIdSetAndCheckoutStatusNotInitiated ( )
shouldMarkPendingIfAtLeastOnePaymentStatusInProgress ( )
shouldMarkPendingIfCheckoutStatusInProgress ( )
shouldMarkPendingIfPayerIdNotSetAndCheckoutStatusNotInitiated ( )
shouldMarkRefundedIfAtLeastOnePaymentStatusPartiallyRefund ( )
shouldMarkRefundedIfAtLeastOnePaymentStatusRefund ( )
shouldMarkUnknownIfCheckoutStatusUnknown ( )
shouldMarkUnknownIfPaymentStatusUnknown ( )
shouldNotSupportAnythingNotStatusRequest ( )
shouldNotSupportStatusRequestWithNoArrayAccessAsModel ( )
shouldSupportEmptyModel ( )
shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSet ( )
shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSetToZero ( )
throwIfNotSupportedRequestGivenAsArgumentForExecute ( )

Method Details

couldBeConstructedWithoutAnyArguments() public method

shouldImplementsActionInterface() public method

shouldMarkAuthorizedIfAllPaymentStatusPendingAndReasonAuthorization() public method

shouldMarkCanceledIfAllPaymentStatusVoidedAndReasonAuthorization() public method

shouldMarkCanceledIfDetailsContainCanceledKey() public method

shouldMarkCanceledIfPaymentIsCancelledByUser() public method

shouldMarkCanceledIfPaymentNotAuthorized() public method

shouldMarkCapturedIfAllPaymentStatusCompletedOrProcessed() public method

shouldMarkCapturedIfCreateBillingAgreementRequestAndZeroAmount() public method

shouldMarkFailedIfAtLeastOnePaymentStatusFailed() public method

shouldMarkFailedIfCheckoutStatusFailed() public method

shouldMarkFailedIfErrorCodeSetToModel() public method

shouldMarkNewIfDetailsEmpty() public method

shouldMarkNewIfPayerIdSetAndCheckoutStatusNotInitiated() public method

shouldMarkPendingIfAtLeastOnePaymentStatusInProgress() public method

shouldMarkPendingIfCheckoutStatusInProgress() public method

shouldMarkPendingIfPayerIdNotSetAndCheckoutStatusNotInitiated() public method

shouldMarkRefundedIfAtLeastOnePaymentStatusPartiallyRefund() public method

shouldMarkRefundedIfAtLeastOnePaymentStatusRefund() public method

shouldMarkUnknownIfCheckoutStatusUnknown() public method

shouldMarkUnknownIfPaymentStatusUnknown() public method

shouldNotSupportAnythingNotStatusRequest() public method

shouldNotSupportStatusRequestWithNoArrayAccessAsModel() public method

shouldSupportEmptyModel() public method

shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSet() public method

shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSetToZero() public method

throwIfNotSupportedRequestGivenAsArgumentForExecute() public method