1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 23:54:04 +02:00

Wrap up flowdock handler, refs #337

This commit is contained in:
Jordi Boggiano
2014-03-23 18:53:19 +01:00
parent 798ee32294
commit 26d96f1022
3 changed files with 10 additions and 0 deletions

View File

@@ -31,6 +31,13 @@ class FlowdockHandlerTest extends TestCase
*/
private $handler;
public function setUp()
{
if (!extension_loaded('openssl')) {
$this->markTestSkipped('This test requires openssl to run');
}
}
public function testWriteHeader()
{
$this->createHandler();