|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Monolog\Handler\RavenHandlerTest:
Collaboration diagram for Monolog\Handler\RavenHandlerTest:Public Member Functions | |
| setUp () | |
| testConstruct () | |
| @covers Monolog\Handler\RavenHandler::__construct More... | |
| testDebug () | |
| testWarning () | |
| testTag () | |
| testExtraParameters () | |
| testFingerprint () | |
| testUserContext () | |
| testException () | |
| testHandleBatch () | |
| testHandleBatchDoNothingIfRecordsAreBelowLevel () | |
| testGetSetBatchFormatter () | |
| testRelease () | |
Protected Member Functions | |
| getHandler ($ravenClient) | |
| getRavenClient () | |
Protected Member Functions inherited from Monolog\TestCase | |
| getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
| getMultipleRecords () | |
| getIdentityFormatter () | |
Private Member Functions | |
| methodThatThrowsAnException () | |
Definition at line 18 of file RavenHandlerTest.php.
|
protected |
Definition at line 38 of file RavenHandlerTest.php.
References $handler.
Referenced by Monolog\Handler\RavenHandlerTest\testDebug(), Monolog\Handler\RavenHandlerTest\testException(), Monolog\Handler\RavenHandlerTest\testExtraParameters(), Monolog\Handler\RavenHandlerTest\testFingerprint(), Monolog\Handler\RavenHandlerTest\testGetSetBatchFormatter(), Monolog\Handler\RavenHandlerTest\testHandleBatch(), Monolog\Handler\RavenHandlerTest\testRelease(), Monolog\Handler\RavenHandlerTest\testTag(), Monolog\Handler\RavenHandlerTest\testUserContext(), and Monolog\Handler\RavenHandlerTest\testWarning().
Here is the caller graph for this function:
|
protected |
Definition at line 45 of file RavenHandlerTest.php.
Referenced by Monolog\Handler\RavenHandlerTest\testConstruct(), Monolog\Handler\RavenHandlerTest\testDebug(), Monolog\Handler\RavenHandlerTest\testException(), Monolog\Handler\RavenHandlerTest\testExtraParameters(), Monolog\Handler\RavenHandlerTest\testFingerprint(), Monolog\Handler\RavenHandlerTest\testGetSetBatchFormatter(), Monolog\Handler\RavenHandlerTest\testHandleBatch(), Monolog\Handler\RavenHandlerTest\testHandleBatchDoNothingIfRecordsAreBelowLevel(), Monolog\Handler\RavenHandlerTest\testRelease(), Monolog\Handler\RavenHandlerTest\testTag(), Monolog\Handler\RavenHandlerTest\testUserContext(), and Monolog\Handler\RavenHandlerTest\testWarning().
Here is the caller graph for this function:
|
private |
Definition at line 223 of file RavenHandlerTest.php.
Referenced by Monolog\Handler\RavenHandlerTest\testException().
Here is the caller graph for this function:| Monolog\Handler\RavenHandlerTest::setUp | ( | ) |
Definition at line 20 of file RavenHandlerTest.php.
| Monolog\Handler\RavenHandlerTest::testConstruct | ( | ) |
@covers Monolog\Handler\RavenHandler::__construct
Definition at line 32 of file RavenHandlerTest.php.
References $handler, and Monolog\Handler\RavenHandlerTest\getRavenClient().
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testDebug | ( | ) |
Definition at line 52 of file RavenHandlerTest.php.
References $handler, Monolog\Logger\DEBUG, DEBUG, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\Handler\RavenHandlerTest\getRavenClient(), and Monolog\TestCase\getRecord().
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testException | ( | ) |
Definition at line 149 of file RavenHandlerTest.php.
References $handler, Monolog\Logger\ERROR, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Handler\RavenHandlerTest\methodThatThrowsAnException().
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testExtraParameters | ( | ) |
Definition at line 88 of file RavenHandlerTest.php.
References $handler, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testFingerprint | ( | ) |
Definition at line 102 of file RavenHandlerTest.php.
References $handler, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testGetSetBatchFormatter | ( | ) |
Definition at line 198 of file RavenHandlerTest.php.
References $handler, Monolog\Handler\RavenHandlerTest\getHandler(), and Monolog\Handler\RavenHandlerTest\getRavenClient().
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testHandleBatch | ( | ) |
Definition at line 164 of file RavenHandlerTest.php.
References $handler, $records, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\TestCase\getMultipleRecords(), Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Logger\WARNING.
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testHandleBatchDoNothingIfRecordsAreBelowLevel | ( | ) |
Definition at line 184 of file RavenHandlerTest.php.
References $handler, $records, Monolog\Logger\DEBUG, Monolog\Logger\ERROR, Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testRelease | ( | ) |
Definition at line 207 of file RavenHandlerTest.php.
References $handler, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testTag | ( | ) |
Definition at line 76 of file RavenHandlerTest.php.
References $handler, $tags, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testUserContext | ( | ) |
Definition at line 114 of file RavenHandlerTest.php.
References $handler, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Logger\INFO.
Here is the call graph for this function:| Monolog\Handler\RavenHandlerTest::testWarning | ( | ) |
Definition at line 64 of file RavenHandlerTest.php.
References $handler, Monolog\Handler\RavenHandlerTest\getHandler(), Monolog\Handler\RavenHandlerTest\getRavenClient(), Monolog\TestCase\getRecord(), and Monolog\Logger\WARNING.
Here is the call graph for this function: