|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
@covers Monolog\Handler\PHPConsoleHandler More...
Inheritance diagram for Monolog\Handler\PHPConsoleHandlerTest:
Collaboration diagram for Monolog\Handler\PHPConsoleHandlerTest:Public Member Functions | |
| testInitWithDefaultConnector () | |
| testInitWithCustomConnector () | |
| testDebug () | |
| testDebugContextInMessage () | |
| testDebugTags ($tagsContextKeys=null) | |
| testError ($classesPartialsTraceIgnore=null) | |
| testException () | |
| testWrongOptionsThrowsException () | |
| @expectedException Exception More... | |
| testOptionEnabled () | |
| testOptionClassesPartialsTraceIgnore () | |
| testOptionDebugTagsKeysInContext () | |
| testOptionUseOwnErrorsAndExceptionsHandler () | |
| testOptionCallsConnectorMethod ($option, $method, $value, $isArgument=true) | |
| @dataProvider provideConnectorMethodsOptionsSets More... | |
| testOptionDetectDumpTraceAndSource () | |
| testDumperOptions ($option, $dumperProperty, $value) | |
| @dataProvider provideDumperOptionsValues More... | |
Static Public Member Functions | |
| static | provideConnectorMethodsOptionsSets () |
| static | provideDumperOptionsValues () |
Protected Member Functions | |
| setUp () | |
| initDebugDispatcherMock (Connector $connector) | |
| initErrorDispatcherMock (Connector $connector) | |
| initConnectorMock () | |
| getHandlerDefaultOption ($name) | |
| initLogger ($handlerOptions=array(), $level=Logger::DEBUG) | |
Protected Member Functions inherited from Monolog\TestCase | |
| getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
| getMultipleRecords () | |
| getIdentityFormatter () | |
Protected Attributes | |
| $connector | |
| $debugDispatcher | |
| $errorDispatcher | |
@covers Monolog\Handler\PHPConsoleHandler
Definition at line 28 of file PHPConsoleHandlerTest.php.
|
protected |
Definition at line 95 of file PHPConsoleHandlerTest.php.
References $options.
Referenced by Monolog\Handler\PHPConsoleHandlerTest\testDebugTags(), and Monolog\Handler\PHPConsoleHandlerTest\testError().
Here is the caller graph for this function:
|
protected |
Definition at line 70 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\$connector.
Referenced by Monolog\Handler\PHPConsoleHandlerTest\setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 52 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\$connector.
Referenced by Monolog\Handler\PHPConsoleHandlerTest\setUp(), and Monolog\Handler\PHPConsoleHandlerTest\testDebugTags().
Here is the caller graph for this function:
|
protected |
Definition at line 61 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\$connector.
Referenced by Monolog\Handler\PHPConsoleHandlerTest\setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 103 of file PHPConsoleHandlerTest.php.
Referenced by Monolog\Handler\PHPConsoleHandlerTest\testDebug(), Monolog\Handler\PHPConsoleHandlerTest\testDebugContextInMessage(), Monolog\Handler\PHPConsoleHandlerTest\testDebugTags(), Monolog\Handler\PHPConsoleHandlerTest\testError(), Monolog\Handler\PHPConsoleHandlerTest\testException(), Monolog\Handler\PHPConsoleHandlerTest\testOptionEnabled(), and Monolog\Handler\PHPConsoleHandlerTest\testOptionUseOwnErrorsAndExceptionsHandler().
Here is the caller graph for this function:
|
static |
Definition at line 224 of file PHPConsoleHandlerTest.php.
|
static |
Definition at line 255 of file PHPConsoleHandlerTest.php.
|
protected |
Definition at line 38 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\initConnectorMock(), Monolog\Handler\PHPConsoleHandlerTest\initDebugDispatcherMock(), and Monolog\Handler\PHPConsoleHandlerTest\initErrorDispatcherMock().
Here is the call graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testDebug | ( | ) |
Definition at line 122 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\initLogger().
Here is the call graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testDebugContextInMessage | ( | ) |
Definition at line 128 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\initLogger().
Here is the call graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testDebugTags | ( | $tagsContextKeys = null | ) |
Definition at line 141 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\$debugDispatcher, Monolog\Handler\PHPConsoleHandlerTest\getHandlerDefaultOption(), Monolog\Handler\PHPConsoleHandlerTest\initDebugDispatcherMock(), and Monolog\Handler\PHPConsoleHandlerTest\initLogger().
Referenced by Monolog\Handler\PHPConsoleHandlerTest\testOptionDebugTagsKeysInContext().
Here is the call graph for this function:
Here is the caller graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testDumperOptions | ( | $option, | |
| $dumperProperty, | |||
| $value | |||
| ) |
@dataProvider provideDumperOptionsValues
Definition at line 269 of file PHPConsoleHandlerTest.php.
| Monolog\Handler\PHPConsoleHandlerTest::testError | ( | $classesPartialsTraceIgnore = null | ) |
Definition at line 159 of file PHPConsoleHandlerTest.php.
References $code, $file, Monolog\Handler\PHPConsoleHandlerTest\getHandlerDefaultOption(), Monolog\Handler\PHPConsoleHandlerTest\initLogger(), and Monolog\ErrorHandler\register().
Referenced by Monolog\Handler\PHPConsoleHandlerTest\testOptionClassesPartialsTraceIgnore().
Here is the call graph for this function:
Here is the caller graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testException | ( | ) |
Definition at line 177 of file PHPConsoleHandlerTest.php.
References Psr\Log\LogLevel\ERROR, and Monolog\Handler\PHPConsoleHandlerTest\initLogger().
Here is the call graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testInitWithCustomConnector | ( | ) |
Definition at line 116 of file PHPConsoleHandlerTest.php.
| Monolog\Handler\PHPConsoleHandlerTest::testInitWithDefaultConnector | ( | ) |
Definition at line 110 of file PHPConsoleHandlerTest.php.
| Monolog\Handler\PHPConsoleHandlerTest::testOptionCallsConnectorMethod | ( | $option, | |
| $method, | |||
| $value, | |||
$isArgument = true |
|||
| ) |
@dataProvider provideConnectorMethodsOptionsSets
Definition at line 240 of file PHPConsoleHandlerTest.php.
| Monolog\Handler\PHPConsoleHandlerTest::testOptionClassesPartialsTraceIgnore | ( | ) |
Definition at line 205 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\testError().
Here is the call graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testOptionDebugTagsKeysInContext | ( | ) |
Definition at line 210 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\testDebugTags().
Here is the call graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testOptionDetectDumpTraceAndSource | ( | ) |
Definition at line 249 of file PHPConsoleHandlerTest.php.
| Monolog\Handler\PHPConsoleHandlerTest::testOptionEnabled | ( | ) |
Definition at line 199 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\initLogger().
Here is the call graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testOptionUseOwnErrorsAndExceptionsHandler | ( | ) |
Definition at line 215 of file PHPConsoleHandlerTest.php.
References Monolog\Handler\PHPConsoleHandlerTest\initLogger().
Here is the call graph for this function:| Monolog\Handler\PHPConsoleHandlerTest::testWrongOptionsThrowsException | ( | ) |
@expectedException Exception
Definition at line 194 of file PHPConsoleHandlerTest.php.
|
protected |
Definition at line 32 of file PHPConsoleHandlerTest.php.
Referenced by Monolog\Handler\PHPConsoleHandlerTest\initConnectorMock(), Monolog\Handler\PHPConsoleHandlerTest\initDebugDispatcherMock(), and Monolog\Handler\PHPConsoleHandlerTest\initErrorDispatcherMock().
|
protected |
Definition at line 34 of file PHPConsoleHandlerTest.php.
Referenced by Monolog\Handler\PHPConsoleHandlerTest\testDebugTags().
|
protected |
Definition at line 36 of file PHPConsoleHandlerTest.php.