Documentation

AbstractHandlerTest extends TestCase
in package

Table of Contents

testConstructAndGetSet()  : mixed
testGetFormatterInitializesDefault()  : mixed
testHandleBatch()  : mixed
testHandlesPsrStyleLevels()  : mixed
testIsHandling()  : mixed
testPushPopProcessor()  : mixed
testPushProcessorWithNonCallable()  : mixed
getIdentityFormatter()  : FormatterInterface
getMultipleRecords()  : array<string|int, mixed>
getRecord()  : array<string|int, mixed>

Methods

testConstructAndGetSet()

public testConstructAndGetSet() : mixed
Tags
covers
covers
covers
covers
covers
covers
covers
Return values
mixed

testGetFormatterInitializesDefault()

public testGetFormatterInitializesDefault() : mixed
Tags
covers
covers
Return values
mixed

testHandleBatch()

public testHandleBatch() : mixed
Tags
covers
Return values
mixed

testHandlesPsrStyleLevels()

public testHandlesPsrStyleLevels() : mixed
Tags
covers
Return values
mixed

testIsHandling()

public testIsHandling() : mixed
Tags
covers
Return values
mixed

testPushPopProcessor()

public testPushPopProcessor() : mixed
Tags
covers
covers
expectedException

LogicException

Return values
mixed

testPushProcessorWithNonCallable()

public testPushProcessorWithNonCallable() : mixed
Tags
covers
expectedException

InvalidArgumentException

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

Search results