RavenHandlerTest
extends TestCase
in package
Table of Contents
- setUp() : mixed
- testConstruct() : mixed
- testDebug() : mixed
- testException() : mixed
- testExtraParameters() : mixed
- testFingerprint() : mixed
- testGetSetBatchFormatter() : mixed
- testHandleBatch() : mixed
- testHandleBatchDoNothingIfRecordsAreBelowLevel() : mixed
- testHandleBatchPicksProperMessage() : mixed
- testRelease() : mixed
- testTag() : mixed
- testUserContext() : mixed
- testWarning() : mixed
- getHandler() : mixed
- getIdentityFormatter() : FormatterInterface
- getMultipleRecords() : array<string|int, mixed>
- getRavenClient() : mixed
- getRecord() : array<string|int, mixed>
- methodThatThrowsAnException() : mixed
Methods
setUp()
public
setUp() : mixed
Return values
mixed —testConstruct()
public
testConstruct() : mixed
Tags
Return values
mixed —testDebug()
public
testDebug() : mixed
Return values
mixed —testException()
public
testException() : mixed
Return values
mixed —testExtraParameters()
public
testExtraParameters() : mixed
Return values
mixed —testFingerprint()
public
testFingerprint() : mixed
Return values
mixed —testGetSetBatchFormatter()
public
testGetSetBatchFormatter() : mixed
Return values
mixed —testHandleBatch()
public
testHandleBatch() : mixed
Return values
mixed —testHandleBatchDoNothingIfRecordsAreBelowLevel()
public
testHandleBatchDoNothingIfRecordsAreBelowLevel() : mixed
Return values
mixed —testHandleBatchPicksProperMessage()
public
testHandleBatchPicksProperMessage() : mixed
Return values
mixed —testRelease()
public
testRelease() : mixed
Return values
mixed —testTag()
public
testTag() : mixed
Return values
mixed —testUserContext()
public
testUserContext() : mixed
Return values
mixed —testWarning()
public
testWarning() : mixed
Return values
mixed —getHandler()
protected
getHandler(mixed $ravenClient) : mixed
Parameters
- $ravenClient : mixed
Return values
mixed —getIdentityFormatter()
protected
getIdentityFormatter() : FormatterInterface
Return values
FormatterInterface —getMultipleRecords()
protected
getMultipleRecords() : array<string|int, mixed>
Return values
array<string|int, mixed> —getRavenClient()
protected
getRavenClient() : mixed
Return values
mixed —getRecord()
protected
getRecord([mixed $level = Logger::WARNING ][, mixed $message = 'test' ][, mixed $context = array() ]) : array<string|int, mixed>
Parameters
- $level : mixed = Logger::WARNING
- $message : mixed = 'test'
- $context : mixed = array()
Return values
array<string|int, mixed> —Record
methodThatThrowsAnException()
private
methodThatThrowsAnException() : mixed