ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
testShouldNotAcceptAnInvalidTypeOnContructor () | |
Monolog::__construct InvalidArgumentException The given message type "42" is not supported More... | |
testShouldLogMessagesUsingErrorLogFuncion () | |
Monolog::write More... | |
Protected Member Functions | |
setUp () | |
Protected Member Functions inherited from Monolog\TestCase | |
getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
getMultipleRecords () | |
getIdentityFormatter () | |
Definition at line 23 of file ErrorLogHandlerTest.php.
|
protected |
Definition at line 25 of file ErrorLogHandlerTest.php.
References $GLOBALS, and array.
Monolog\Handler\ErrorLogHandlerTest::testShouldLogMessagesUsingErrorLogFuncion | ( | ) |
Monolog::write
Definition at line 43 of file ErrorLogHandlerTest.php.
References $GLOBALS, $handler, $type, Monolog\Logger\DEBUG, Monolog\Logger\ERROR, Monolog\TestCase\getRecord(), and Monolog\Handler\ErrorLogHandler\OPERATING_SYSTEM.
Monolog\Handler\ErrorLogHandlerTest::testShouldNotAcceptAnInvalidTypeOnContructor | ( | ) |
Monolog::__construct InvalidArgumentException The given message type "42" is not supported
Definition at line 35 of file ErrorLogHandlerTest.php.