OrganizationFinderTest
extends TestCase
Table of Contents
-
ORG_ID
= 'a1deaa9e-662f-4ddc-afca-7afd327ed66e'
-
PAYER_ID
= '686daf70-bf32-46ca-88cf-e1a996db77dd'
-
$client
: Client|null
-
$finder
: OrganizationFinder|null
-
setUp()
: void
-
tearDown()
: void
-
test__findByUserId()
: void
-
test__findByUserId__ThrowsTsExceptionOnApiException()
: void
-
test__findOne()
: void
-
test__findOne__ReturnsNull()
: void
-
test__findOne__ThrowsException()
: void
-
test__findOne__ThrowsExceptionForMissingIdParam()
: void
ORG_ID
private
mixed
ORG_ID
= 'a1deaa9e-662f-4ddc-afca-7afd327ed66e'
PAYER_ID
private
mixed
PAYER_ID
= '686daf70-bf32-46ca-88cf-e1a996db77dd'
setUp()
public
setUp() : void
Return values
void
—
tearDown()
public
tearDown() : void
Return values
void
—
test__findByUserId()
public
test__findByUserId() : void
-
covers
-
-
covers
-
Return values
void
—
test__findByUserId__ThrowsTsExceptionOnApiException()
public
test__findByUserId__ThrowsTsExceptionOnApiException() : void
-
covers
-
Return values
void
—
test__findOne()
public
test__findOne() : void
-
covers
-
-
covers
-
-
covers
-
-
throws
-
Exception
Return values
void
—
test__findOne__ReturnsNull()
public
test__findOne__ReturnsNull() : void
-
covers
-
-
throws
-
Exception
Return values
void
—
test__findOne__ThrowsException()
public
test__findOne__ThrowsException() : void
-
covers
-
-
throws
-
Exception
Return values
void
—
public
test__findOne__ThrowsExceptionForMissingIdParam() : void
-
covers
-
-
throws
-
Exception
Return values
void
—