|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Monolog\Handler\MailHandlerTest:
Collaboration diagram for Monolog\Handler\MailHandlerTest:Public Member Functions | |
| testHandleBatch () | |
| @covers Monolog\Handler\MailHandler::handleBatch More... | |
| testHandleBatchNotSendsMailIfMessagesAreBelowLevel () | |
| @covers Monolog\Handler\MailHandler::handleBatch More... | |
| testHandle () | |
| @covers Monolog\Handler\MailHandler::write 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 MailHandlerTest.php.
| Monolog\Handler\MailHandlerTest::testHandle | ( | ) |
@covers Monolog\Handler\MailHandler::write
Definition at line 61 of file MailHandlerTest.php.
References $handler, $records, Monolog\TestCase\getRecord(), and Sabre\Event\once().
Here is the call graph for this function:| Monolog\Handler\MailHandlerTest::testHandleBatch | ( | ) |
@covers Monolog\Handler\MailHandler::handleBatch
Definition at line 22 of file MailHandlerTest.php.
References $handler, Monolog\TestCase\getMultipleRecords(), and Sabre\Event\once().
Here is the call graph for this function:| Monolog\Handler\MailHandlerTest::testHandleBatchNotSendsMailIfMessagesAreBelowLevel | ( | ) |
@covers Monolog\Handler\MailHandler::handleBatch
Definition at line 42 of file MailHandlerTest.php.
References $handler, $records, Monolog\Logger\DEBUG, Monolog\Logger\ERROR, Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Here is the call graph for this function: