|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Monolog\Formatter\GelfMessageFormatterTest:
Collaboration diagram for Monolog\Formatter\GelfMessageFormatterTest:Public Member Functions | |
| setUp () | |
| testDefaultFormatter () | |
| @covers Monolog\Formatter\GelfMessageFormatter::format More... | |
| testFormatWithFileAndLine () | |
| @covers Monolog\Formatter\GelfMessageFormatter::format More... | |
| testFormatInvalidFails () | |
| @covers Monolog\Formatter\GelfMessageFormatter::format @expectedException InvalidArgumentException More... | |
| testFormatWithContext () | |
| @covers Monolog\Formatter\GelfMessageFormatter::format More... | |
| testFormatWithContextContainingException () | |
| @covers Monolog\Formatter\GelfMessageFormatter::format More... | |
| testFormatWithExtra () | |
| @covers Monolog\Formatter\GelfMessageFormatter::format More... | |
| testFormatWithLargeData () | |
Private Member Functions | |
| isLegacy () | |
Definition at line 16 of file GelfMessageFormatterTest.php.
|
private |
Definition at line 230 of file GelfMessageFormatterTest.php.
Referenced by Monolog\Formatter\GelfMessageFormatterTest\testDefaultFormatter().
Here is the caller graph for this function:| Monolog\Formatter\GelfMessageFormatterTest::setUp | ( | ) |
Definition at line 18 of file GelfMessageFormatterTest.php.
| Monolog\Formatter\GelfMessageFormatterTest::testDefaultFormatter | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format
Definition at line 28 of file GelfMessageFormatterTest.php.
References $message, Monolog\Logger\ERROR, and Monolog\Formatter\GelfMessageFormatterTest\isLegacy().
Here is the call graph for this function:| Monolog\Formatter\GelfMessageFormatterTest::testFormatInvalidFails | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format @expectedException InvalidArgumentException
Definition at line 87 of file GelfMessageFormatterTest.php.
References Monolog\Logger\ERROR.
| Monolog\Formatter\GelfMessageFormatterTest::testFormatWithContext | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format
Definition at line 101 of file GelfMessageFormatterTest.php.
References $message, and Monolog\Logger\ERROR.
| Monolog\Formatter\GelfMessageFormatterTest::testFormatWithContextContainingException | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format
Definition at line 138 of file GelfMessageFormatterTest.php.
References $message, and Monolog\Logger\ERROR.
| Monolog\Formatter\GelfMessageFormatterTest::testFormatWithExtra | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format
Definition at line 166 of file GelfMessageFormatterTest.php.
References $message, and Monolog\Logger\ERROR.
| Monolog\Formatter\GelfMessageFormatterTest::testFormatWithFileAndLine | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format
Definition at line 63 of file GelfMessageFormatterTest.php.
References $message, and Monolog\Logger\ERROR.
| Monolog\Formatter\GelfMessageFormatterTest::testFormatWithLargeData | ( | ) |
Definition at line 200 of file GelfMessageFormatterTest.php.
References $key, $message, and Monolog\Logger\ERROR.