diff options
author | Jordi Boggiano <j.boggiano@seld.be> | 2014-10-17 19:12:45 +0100 |
---|---|---|
committer | Jordi Boggiano <j.boggiano@seld.be> | 2014-10-17 19:12:45 +0100 |
commit | b738a6c04c5fcc9e304d72f287e25256439fd13e (patch) | |
tree | 6cd41e1ddc9f555029115b018d47ed8470fc2981 /tests/Monolog/Handler/SlackHandlerTest.php | |
parent | 940cbe15abe36924e5693abb585215bb322686a7 (diff) | |
download | monolog-b738a6c04c5fcc9e304d72f287e25256439fd13e.zip monolog-b738a6c04c5fcc9e304d72f287e25256439fd13e.tar.gz monolog-b738a6c04c5fcc9e304d72f287e25256439fd13e.tar.bz2 |
CS fixes
Diffstat (limited to 'tests/Monolog/Handler/SlackHandlerTest.php')
-rw-r--r-- | tests/Monolog/Handler/SlackHandlerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Monolog/Handler/SlackHandlerTest.php b/tests/Monolog/Handler/SlackHandlerTest.php index de1cfbc..591a36f 100644 --- a/tests/Monolog/Handler/SlackHandlerTest.php +++ b/tests/Monolog/Handler/SlackHandlerTest.php @@ -56,7 +56,7 @@ class SlackHandlerTest extends TestCase $this->assertRegexp('/token=myToken&channel=channel1&username=Monolog&text=&attachments=.*$/', $content); } - + public function testWriteContentWithEmoji() { $this->createHandler('myToken', 'channel1', 'Monolog', true, 'alien'); |