mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 14:16:42 +02:00
@@ -233,12 +233,12 @@ class HipChatHandlerTest extends TestCase
|
|||||||
*/
|
*/
|
||||||
public function testCreateWithTooLongName()
|
public function testCreateWithTooLongName()
|
||||||
{
|
{
|
||||||
$hipChatHandler = new \Monolog\Handler\HipChatHandler('token', 'room', 'SixteenCharsHere');
|
$hipChatHandler = new HipChatHandler('token', 'room', 'SixteenCharsHere');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testCreateWithTooLongNameV2()
|
public function testCreateWithTooLongNameV2()
|
||||||
{
|
{
|
||||||
// creating a handler with too long of a name but using the v2 api doesn't matter.
|
// creating a handler with too long of a name but using the v2 api doesn't matter.
|
||||||
$hipChatHandler = new \Monolog\Handler\HipChatHandler('token', 'room', 'SixteenCharsHere', false, Logger::CRITICAL, true, true, 'test', 'api.hipchat.com', 'v2');
|
$hipChatHandler = new HipChatHandler('token', 'room', 'SixteenCharsHere', false, Logger::CRITICAL, true, true, 'test', 'api.hipchat.com', 'v2');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user