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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user