ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
testConstructAndGetSet () | |
Monolog::__construct Monolog::getLevel Monolog::setLevel Monolog::getBubble Monolog::setBubble Monolog::getFormatter Monolog::setFormatter More... | |
testHandleBatch () | |
Monolog::handleBatch More... | |
testIsHandling () | |
Monolog::isHandling More... | |
testHandlesPsrStyleLevels () | |
Monolog::__construct More... | |
testGetFormatterInitializesDefault () | |
Monolog::getFormatter Monolog::getDefaultFormatter More... | |
testPushPopProcessor () | |
Monolog::pushProcessor Monolog::popProcessor LogicException More... | |
testPushProcessorWithNonCallable () | |
Monolog::pushProcessor InvalidArgumentException More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Monolog\TestCase | |
getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
getMultipleRecords () | |
getIdentityFormatter () | |
Definition at line 19 of file AbstractHandlerTest.php.
Monolog\Handler\AbstractHandlerTest::testConstructAndGetSet | ( | ) |
Monolog::__construct Monolog::getLevel Monolog::setLevel Monolog::getBubble Monolog::setBubble Monolog::getFormatter Monolog::setFormatter
Definition at line 30 of file AbstractHandlerTest.php.
References array, Monolog\Logger\ERROR, and Monolog\Logger\WARNING.
Monolog\Handler\AbstractHandlerTest::testGetFormatterInitializesDefault | ( | ) |
Monolog::getFormatter Monolog::getDefaultFormatter
Definition at line 80 of file AbstractHandlerTest.php.
Monolog\Handler\AbstractHandlerTest::testHandleBatch | ( | ) |
Monolog::handleBatch
Definition at line 47 of file AbstractHandlerTest.php.
References array, and Monolog\TestCase\getRecord().
Monolog\Handler\AbstractHandlerTest::testHandlesPsrStyleLevels | ( | ) |
Monolog::__construct
Definition at line 68 of file AbstractHandlerTest.php.
References array, and Monolog\Logger\DEBUG.
Monolog\Handler\AbstractHandlerTest::testIsHandling | ( | ) |
Monolog::isHandling
Definition at line 58 of file AbstractHandlerTest.php.
References array, Monolog\Logger\DEBUG, and Monolog\Logger\WARNING.
Monolog\Handler\AbstractHandlerTest::testPushPopProcessor | ( | ) |
Monolog::pushProcessor Monolog::popProcessor LogicException
Definition at line 91 of file AbstractHandlerTest.php.
Monolog\Handler\AbstractHandlerTest::testPushProcessorWithNonCallable | ( | ) |
Monolog::pushProcessor InvalidArgumentException
Definition at line 109 of file AbstractHandlerTest.php.