RefundTransactionServiceTest
extends TestCase
in package
Tags
Table of Contents
- $client : Client|null
- $repository : RefundTransactionService|null
- setUp() : void
- tearDown() : void
- test__refund() : void
- test__refund__ThrowsTransactionServiceException() : void
- Checks that when the client throws an ApiException, that a TransactionServiceException is thrown bys refund
Properties
$client
private
Client|null
$client
Tags
$repository
private
RefundTransactionService|null
$repository
Tags
Methods
setUp()
public
setUp() : void
Tags
Return values
void —tearDown()
public
tearDown() : void
Tags
Return values
void —test__refund()
public
test__refund() : void
Tags
Return values
void —test__refund__ThrowsTransactionServiceException()
Checks that when the client throws an ApiException, that a TransactionServiceException is thrown bys refund
public
test__refund__ThrowsTransactionServiceException() : void