summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/SlackHandlerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1.x'Jordi Boggiano2016-11-261-15/+19
|\
| * Fix SlackHandlerAnton Nizhegorodov2016-11-191-1/+1
| | | | | | | | Slack API requires to json_encode the attachment field.
| * Update SlackHandler tests && allow SlackRecord formatter change after ↵Anton Nizhegorodov2016-11-191-5/+8
| | | | | | | | construction
| * Use constants for Slack colorsHaralan Dobrev2016-11-191-8/+9
| |
* | CS fixesJordi Boggiano2016-09-251-1/+1
| |
* | Undo this LocalSocket fiasco, fix tests for latest phpunitJordi Boggiano2016-09-251-25/+40
| |
* | Fixing the socket mess, maybe.Jordi Boggiano2016-09-191-40/+10
| |
* | Fix a ton of tests for latest phpunit and turn faked-stream tests into real ↵Jordi Boggiano2016-09-191-40/+54
| | | | | | | | network tests with a local server
* | Merge branch '1.x'Jordi Boggiano2016-07-291-0/+18
|\ \ | |/
| * Allow formatting of message by setting a line formatter on SlackHandler, ↵Jordi Boggiano2016-07-291-0/+18
| | | | | | | | fixes #829
* | Move to strict mode and fix testsJordi Boggiano2016-05-271-1/+1
| |
* | CS fixesJordi Boggiano2016-05-261-12/+12
| |
* | Make TestCase class available to dependents to help with testingJordi Boggiano2016-05-201-1/+1
|/
* Remove code duplication, refs #435Jordi Boggiano2014-12-281-2/+2
|
* CS fixesJordi Boggiano2014-10-171-1/+1
|
* Move iconEmoji param upfront since Slack was never in a stable releaseJordi Boggiano2014-09-301-1/+1
|
* Restored the $ regex string terminator for the WriteContext testDerek Clapham2014-08-261-1/+1
|
* Added a new test for Emoji, reverted old testsDerek Clapham2014-08-231-3/+13
|
* Updated position of iconEmoji variable to prevent BC breaksDerek Clapham2014-08-221-2/+2
|
* Added emoji support as per slack api doc: ↵Derek Clapham2014-08-221-4/+4
| | | | https://api.slack.com/methods/chat.postMessage
* Move constructor argument beforegkedzierski2014-06-161-1/+1
|
* Add plain text message supportgkedzierski2014-06-151-3/+13
|
* Add colors to attachments based on levelgkedzierski2014-06-151-4/+31
|
* Add basic Slack logging functionalitygkedzierski2014-06-141-0/+86