|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Monolog\Handler\SlackWebhookHandlerTest:
Collaboration diagram for Monolog\Handler\SlackWebhookHandlerTest:Public Member Functions | |
| testConstructorMinimal () | |
| @covers ::__construct @covers ::getSlackRecord More... | |
| testConstructorFull () | |
| @covers ::__construct @covers ::getSlackRecord More... | |
| testGetFormatter () | |
| @covers ::getFormatter More... | |
| testSetFormatter () | |
| @covers ::setFormatter More... | |
Data Fields | |
| const | WEBHOOK_URL = 'https://hooks.slack.com/services/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E' |
Additional Inherited Members | |
Protected Member Functions inherited from Monolog\TestCase | |
| getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
| getMultipleRecords () | |
| getIdentityFormatter () | |
Definition at line 24 of file SlackWebhookHandlerTest.php.
| Monolog\Handler\SlackWebhookHandlerTest::testConstructorFull | ( | ) |
@covers ::__construct @covers ::getSlackRecord
Definition at line 63 of file SlackWebhookHandlerTest.php.
References $handler, and Monolog\Logger\DEBUG.
| Monolog\Handler\SlackWebhookHandlerTest::testConstructorMinimal | ( | ) |
@covers ::__construct @covers ::getSlackRecord
Definition at line 32 of file SlackWebhookHandlerTest.php.
References $handler, Monolog\Handler\Slack\SlackRecord\COLOR_WARNING, and Monolog\TestCase\getRecord().
Here is the call graph for this function:| Monolog\Handler\SlackWebhookHandlerTest::testGetFormatter | ( | ) |
@covers ::getFormatter
Definition at line 90 of file SlackWebhookHandlerTest.php.
References $handler.
| Monolog\Handler\SlackWebhookHandlerTest::testSetFormatter | ( | ) |
@covers ::setFormatter
Definition at line 100 of file SlackWebhookHandlerTest.php.
References $handler.
| const Monolog\Handler\SlackWebhookHandlerTest::WEBHOOK_URL = 'https://hooks.slack.com/services/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E' |
Definition at line 26 of file SlackWebhookHandlerTest.php.