SettlementTest
extends TestCase
in package
Table of Contents
Constants
- LEDGER_ENTRY_AMOUNT = 42.24
- WITH_HOLDINGS_AMOUNT = 12.34
Methods
- testGetAccountId() : mixed
- testGetClosingDate() : mixed
- testGetCurrency() : mixed
- testGetDateCompleted() : mixed
- testGetDateCreated() : mixed
- testGetDateExecuted() : mixed
- testGetId() : mixed
- testGetLedgerEntries() : mixed
- testGetLedgerEntriesSum() : mixed
- testGetOpeningBalance() : mixed
- testGetOpeningDate() : mixed
- testGetPayoutInfo() : mixed
- testGetStatus() : mixed
- testGetToken() : mixed
- testGetTotalAmount() : mixed
- testGetWithHoldings() : mixed
- testGetWithHoldingsSum() : mixed
- testInstanceOf() : mixed
- testToArray() : mixed
- createClassObject() : Settlement
- prepareSettlementForTests() : mixed
Constants
LEDGER_ENTRY_AMOUNT
private
mixed
LEDGER_ENTRY_AMOUNT
= 42.24
WITH_HOLDINGS_AMOUNT
private
mixed
WITH_HOLDINGS_AMOUNT
= 12.34
Methods
testGetAccountId()
public
testGetAccountId() : mixed
testGetClosingDate()
public
testGetClosingDate() : mixed
testGetCurrency()
public
testGetCurrency() : mixed
testGetDateCompleted()
public
testGetDateCompleted() : mixed
testGetDateCreated()
public
testGetDateCreated() : mixed
testGetDateExecuted()
public
testGetDateExecuted() : mixed
testGetId()
public
testGetId() : mixed
testGetLedgerEntries()
public
testGetLedgerEntries() : mixed
Tags
testGetLedgerEntriesSum()
public
testGetLedgerEntriesSum() : mixed
testGetOpeningBalance()
public
testGetOpeningBalance() : mixed
testGetOpeningDate()
public
testGetOpeningDate() : mixed
testGetPayoutInfo()
public
testGetPayoutInfo() : mixed
testGetStatus()
public
testGetStatus() : mixed
testGetToken()
public
testGetToken() : mixed
testGetTotalAmount()
public
testGetTotalAmount() : mixed
testGetWithHoldings()
public
testGetWithHoldings() : mixed
testGetWithHoldingsSum()
public
testGetWithHoldingsSum() : mixed
testInstanceOf()
public
testInstanceOf() : mixed
testToArray()
public
testToArray() : mixed
Tags
createClassObject()
private
createClassObject() : Settlement
Return values
SettlementprepareSettlementForTests()
private
prepareSettlementForTests(Settlement $settlement) : mixed
Parameters
- $settlement : Settlement