Documentation

DepositAccountFinderTest extends TestCase
in package

Tags

Table of Contents

ORG_ID  = 'a1deaa9e-662f-4ddc-afca-7afd327ed66e'
$client  : Client|null
$finder  : DepositAccountFinder|null
setUp()  : void
tearDown()  : void
test__buildQueryString()  : void
test__find()  : void
test__find__FilterByLocationId()  : void
Check that we can find a Deposit Account by searching by Location Legacy ID
test__find__FiltersDeletedAndNonStripe()  : void
Check that the items returned from TS are filtered according to their status and source
test__find__SortedByCreateDate()  : void
Check that deposit accounts are sorted by most recently created first.
test__find__ThrowsExceptionForMissingOrganizationIdParam()  : void
test__find__ThrowsExpectedExceptionOnClientException()  : void
test__findOne()  : void
test__findOne__ThrowsExceptionForMissingOrganizationIdParam()  : void
test__findOne__WithoutPassingId()  : void

Constants

Properties

Methods

test__find()

public test__find() : void
Tags
covers
covers
throws
GuzzleException
Return values
void

test__find__FilterByLocationId()

Check that we can find a Deposit Account by searching by Location Legacy ID

public test__find__FilterByLocationId() : void
Tags
covers
Return values
void

test__find__FiltersDeletedAndNonStripe()

Check that the items returned from TS are filtered according to their status and source

public test__find__FiltersDeletedAndNonStripe() : void
Tags
covers
Return values
void

test__find__SortedByCreateDate()

Check that deposit accounts are sorted by most recently created first.

public test__find__SortedByCreateDate() : void
Tags
covers
Return values
void

test__find__ThrowsExceptionForMissingOrganizationIdParam()

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

test__find__ThrowsExpectedExceptionOnClientException()

public test__find__ThrowsExpectedExceptionOnClientException() : void
Tags
covers
Return values
void

test__findOne()

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

test__findOne__ThrowsExceptionForMissingOrganizationIdParam()

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

test__findOne__WithoutPassingId()

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

Search results