[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/balanced-php/tests/Balanced/ -> SuiteTest.php (summary)

(no description)

File Size: 798 lines (25 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SuiteTest:: (51 methods):
  _createBuyer()
  _createCard()
  _createBankAccount()
  _createPersonMerchant()
  _createBusinessMerchant()
  setUpBeforeClass()
  testMarketplaceMine()
  testAnotherMarketplace()
  testDuplicateEmailAddress()
  testIndexMarketplace()
  testCreateBuyer()
  testCreateAccountWithoutEmailAddress()
  testFindOrCreateAccountByEmailAddress()
  testGetBuyer()
  testMe()
  testDebitAndRefundBuyer()
  testDebitZero()
  testMultipleRefunds()
  testDebitSource()
  testDebitOnBehalfOf()
  testDebitOnBehalfOfFailsForBuyer()
  testCreateAndVoidHold()
  testCreateAndCaptureHold()
  testCreatePersonMerchant()
  testCreateBusinessMerchant()
  testCreditRequiresNonZeroAmount()
  testCreditMoreThanEscrowBalanceFails()
  testCreditDestiation()
  testAssociateCard()
  testAssociateBankAccount()
  testCardMasking()
  testBankAccountMasking()
  testFilteringAndSorting()
  testMerchantIdentityFailure()
  testInternationalCard()
  testAccountWithEmailAddressNotFound()
  testDebitACard()
  testDebitAnUnassociatedCard()
  testCreditABankAccount()
  testQuery()
  testBuyerPromoteToMerchant()
  testCreditAccountlessBankAccount()
  testCreditUnstoredBankAccount()
  testDeleteBankAccount()
  testGetBankAccounById()
  testInsufficientFunds()
  testCreateCallback()
  testBankAccountVerificationFailure()
  testBankAccountVerificationDuplicate()
  testBankAccountVerificationSuccess()
  testEvents()


Class: SuiteTest  - X-Ref

Suite test cases. These talk to an API server and so make network calls.

Environment variables can be used to control client settings:

<ul>
<li>$BALANCED_URL_ROOT If set applies to \Balanced\Settings::$url_root.
<li>$BALANCED_API_KEY If set applies to \Balanced\Settings::$api_key.
</ul>
_createBuyer($email_address = null, $card = null)   X-Ref
No description

_createCard($account = null)   X-Ref
No description

_createBankAccount($account = null)   X-Ref
No description

_createPersonMerchant($email_address = null, $bank_account = null)   X-Ref
No description

_createBusinessMerchant($email_address = null, $bank_account = null)   X-Ref
No description

setUpBeforeClass()   X-Ref
No description

testMarketplaceMine()   X-Ref
No description

testAnotherMarketplace()   X-Ref


testDuplicateEmailAddress()   X-Ref


testIndexMarketplace()   X-Ref
No description

testCreateBuyer()   X-Ref
No description

testCreateAccountWithoutEmailAddress()   X-Ref
No description

testFindOrCreateAccountByEmailAddress()   X-Ref
No description

testGetBuyer()   X-Ref
No description

testMe()   X-Ref
No description

testDebitAndRefundBuyer()   X-Ref
No description

testDebitZero()   X-Ref


testMultipleRefunds()   X-Ref
No description

testDebitSource()   X-Ref
No description

testDebitOnBehalfOf()   X-Ref
No description

testDebitOnBehalfOfFailsForBuyer()   X-Ref


testCreateAndVoidHold()   X-Ref
No description

testCreateAndCaptureHold()   X-Ref
No description

testCreatePersonMerchant()   X-Ref
No description

testCreateBusinessMerchant()   X-Ref
No description

testCreditRequiresNonZeroAmount()   X-Ref


testCreditMoreThanEscrowBalanceFails()   X-Ref


testCreditDestiation()   X-Ref
No description

testAssociateCard()   X-Ref
No description

testAssociateBankAccount()   X-Ref
No description

testCardMasking()   X-Ref
No description

testBankAccountMasking()   X-Ref
No description

testFilteringAndSorting()   X-Ref
No description

testMerchantIdentityFailure()   X-Ref
No description

testInternationalCard()   X-Ref
No description

testAccountWithEmailAddressNotFound()   X-Ref


testDebitACard()   X-Ref
No description

testDebitAnUnassociatedCard()   X-Ref


testCreditABankAccount()   X-Ref
No description

testQuery()   X-Ref
No description

testBuyerPromoteToMerchant()   X-Ref
No description

testCreditAccountlessBankAccount()   X-Ref
No description

testCreditUnstoredBankAccount()   X-Ref
No description

testDeleteBankAccount()   X-Ref
No description

testGetBankAccounById()   X-Ref
No description

testInsufficientFunds()   X-Ref


testCreateCallback()   X-Ref
No description

testBankAccountVerificationFailure()   X-Ref


testBankAccountVerificationDuplicate()   X-Ref


testBankAccountVerificationSuccess()   X-Ref
No description

testEvents()   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1