mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 13:46:38 +02:00
Remove not needed FQNs
This commit is contained in:
@@ -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