PaymentMethodsServiceTest
extends TestCase
in package
Tags
Table of Contents
- $client : Client|null
- $service : SetupPaymentMethodService|null
- setUp() : void
- tearDown() : void
- test__setupPaymentMethod() : void
- test__setupPaymentMethod__ThrowsTransactionServiceException() : void
- Checks that when the client throws an ApiException, that a TransactionServiceException is thrown
Properties
$client
private
Client|null
$client
Tags
$service
private
SetupPaymentMethodService|null
$service
Tags
Methods
setUp()
public
setUp() : void
Tags
Return values
void —tearDown()
public
tearDown() : void
Tags
Return values
void —test__setupPaymentMethod()
public
test__setupPaymentMethod() : void
Tags
Return values
void —test__setupPaymentMethod__ThrowsTransactionServiceException()
Checks that when the client throws an ApiException, that a TransactionServiceException is thrown
public
test__setupPaymentMethod__ThrowsTransactionServiceException() : void