PaymentFinderTest
extends TestCase
in package
Tags
Table of Contents
- ORG_ID = 'a1deaa9e-662f-4ddc-afca-7afd327ed66e'
- PAYMENT_ID = 'pay_410f9037a1149ab5bcd6'
- $client : Client|null
- $finder : PaymentFinder|null
- setUp() : void
- tearDown() : void
- test__buildQueryString() : mixed
- Check that when we give a certain Query instance, we get an array of expected params back
- test__find() : void
- test__find__ThrowsException() : void
- test__find__ThrowsExceptionForMissingOrgIdParam() : void
- test__findOne() : void
- test__findOne__ReturnsNull() : void
- test__findOne__ThrowsException() : void
- test__findOne__ThrowsExceptionForMissingIdParam() : void
Constants
ORG_ID
private
mixed
ORG_ID
= 'a1deaa9e-662f-4ddc-afca-7afd327ed66e'
Tags
PAYMENT_ID
private
mixed
PAYMENT_ID
= 'pay_410f9037a1149ab5bcd6'
Tags
Properties
$client
private
Client|null
$client
Tags
$finder
private
PaymentFinder|null
$finder
Tags
Methods
setUp()
public
setUp() : void
Tags
Return values
void —tearDown()
public
tearDown() : void
Tags
Return values
void —test__buildQueryString()
Check that when we give a certain Query instance, we get an array of expected params back
public
test__buildQueryString() : mixed
Tags
Return values
mixed —test__find()
public
test__find() : void
Tags
Return values
void —test__find__ThrowsException()
public
test__find__ThrowsException() : void
Tags
Return values
void —test__find__ThrowsExceptionForMissingOrgIdParam()
public
test__find__ThrowsExceptionForMissingOrgIdParam() : void
Tags
Return values
void —test__findOne()
public
test__findOne() : void
Tags
Return values
void —test__findOne__ReturnsNull()
public
test__findOne__ReturnsNull() : void
Tags
Return values
void —test__findOne__ThrowsException()
public
test__findOne__ThrowsException() : void
Tags
Return values
void —test__findOne__ThrowsExceptionForMissingIdParam()
public
test__findOne__ThrowsExceptionForMissingIdParam() : void