Documentation

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

Properties

Methods

test__buildQueryString()

Check that when we give a certain Query instance, we get an array of expected params back

public test__buildQueryString() : mixed
Tags
covers
Return values
mixed

test__find__ThrowsException()

public test__find__ThrowsException() : void
Tags
covers
throws
Exception
Return values
void

test__find__ThrowsExceptionForMissingOrgIdParam()

public test__find__ThrowsExceptionForMissingOrgIdParam() : void
Tags
covers
throws
Exception
Return values
void

test__findOne()

public test__findOne() : void
Tags
covers
covers
covers
throws
Exception
Return values
void

test__findOne__ReturnsNull()

public test__findOne__ReturnsNull() : void
Tags
covers
throws
Exception
Return values
void

test__findOne__ThrowsException()

public test__findOne__ThrowsException() : void
Tags
covers
throws
Exception
Return values
void

test__findOne__ThrowsExceptionForMissingIdParam()

public test__findOne__ThrowsExceptionForMissingIdParam() : void
Tags
covers
throws
Exception
Return values
void

Search results