ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
testConstructorOnlyTakesHandler () | |
Monolog::__construct InvalidArgumentException More... | |
testHandle () | |
Monolog::__construct Monolog::handle More... | |
testHandleBatch () | |
Monolog::handleBatch More... | |
testIsHandling () | |
Monolog::isHandling More... | |
testHandleUsesProcessors () | |
Monolog::handle More... | |
testHandleBatchUsesProcessors () | |
Monolog::handle More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Monolog\TestCase | |
getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
getMultipleRecords () | |
getIdentityFormatter () | |
Definition at line 17 of file GroupHandlerTest.php.
Monolog\Handler\GroupHandlerTest::testConstructorOnlyTakesHandler | ( | ) |
Monolog::__construct InvalidArgumentException
Definition at line 23 of file GroupHandlerTest.php.
Monolog\Handler\GroupHandlerTest::testHandle | ( | ) |
Monolog::__construct Monolog::handle
Definition at line 32 of file GroupHandlerTest.php.
References $handler, $test, Monolog\Logger\DEBUG, Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Monolog\Handler\GroupHandlerTest::testHandleBatch | ( | ) |
Monolog::handleBatch
Definition at line 48 of file GroupHandlerTest.php.
References $handler, $test, Monolog\Logger\DEBUG, Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Monolog\Handler\GroupHandlerTest::testHandleBatchUsesProcessors | ( | ) |
Monolog::handle
Definition at line 93 of file GroupHandlerTest.php.
References $handler, $records, $test, Monolog\Logger\DEBUG, Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Monolog\Handler\GroupHandlerTest::testHandleUsesProcessors | ( | ) |
Monolog::handle
Definition at line 75 of file GroupHandlerTest.php.
References $handler, $records, $test, Monolog\TestCase\getRecord(), and Monolog\Logger\WARNING.
Monolog\Handler\GroupHandlerTest::testIsHandling | ( | ) |
Monolog::isHandling
Definition at line 63 of file GroupHandlerTest.php.
References $handler, Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\Logger\WARNING.