|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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... | |
Private Member Functions | |
| isLegacy () | |
Definition at line 16 of file GelfMessageFormatterTest.php.
|
private |
Definition at line 200 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 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 Monolog\Logger\ERROR.
| Monolog\Formatter\GelfMessageFormatterTest::testFormatWithContextContainingException | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format
Definition at line 138 of file GelfMessageFormatterTest.php.
References Monolog\Logger\ERROR.
| Monolog\Formatter\GelfMessageFormatterTest::testFormatWithExtra | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format
Definition at line 166 of file GelfMessageFormatterTest.php.
References Monolog\Logger\ERROR.
| Monolog\Formatter\GelfMessageFormatterTest::testFormatWithFileAndLine | ( | ) |
@covers Monolog\Formatter\GelfMessageFormatter::format
Definition at line 63 of file GelfMessageFormatterTest.php.
References Monolog\Logger\ERROR.