DeduplicationHandlerTest
extends TestCase
in package
Table of Contents
- tearDownAfterClass() : mixed
- testFlushPassthruIfAllRecordsUnderTrigger() : mixed
- testFlushPassthruIfEmptyLog() : mixed
- testFlushPassthruIfLogTooOld() : mixed
- testFlushSkipsIfLogExists() : mixed
- testGcOldLogs() : mixed
- getIdentityFormatter() : FormatterInterface
- getMultipleRecords() : array<string|int, mixed>
- getRecord() : array<string|int, mixed>
Methods
tearDownAfterClass()
public
static tearDownAfterClass() : mixed
Return values
mixed —testFlushPassthruIfAllRecordsUnderTrigger()
public
testFlushPassthruIfAllRecordsUnderTrigger() : mixed
Tags
Return values
mixed —testFlushPassthruIfEmptyLog()
public
testFlushPassthruIfEmptyLog() : mixed
Tags
Return values
mixed —testFlushPassthruIfLogTooOld()
public
testFlushPassthruIfLogTooOld() : mixed
Tags
Return values
mixed —testFlushSkipsIfLogExists()
public
testFlushSkipsIfLogExists() : mixed
Tags
Return values
mixed —testGcOldLogs()
public
testGcOldLogs() : mixed
Tags
Return values
mixed —getIdentityFormatter()
protected
getIdentityFormatter() : FormatterInterface
Return values
FormatterInterface —getMultipleRecords()
protected
getMultipleRecords() : array<string|int, mixed>
Return values
array<string|int, 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