1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

removed useless test

This commit is contained in:
odino
2013-08-26 13:40:44 +04:00
parent 165778963e
commit abaa54d8fe

View File

@@ -45,12 +45,6 @@ class NewRelicHandlerTest extends TestCase
$handler->handle($this->getRecord(Logger::ERROR, 'log message', array('a' => 'b')));
}
public function testThehandlerCanAddTheAppName()
{
$handler = new StubNewRelicHandler();
$handler->handle($this->getRecord(Logger::ERROR, 'log message', array('appname' => 'myApp')));
}
public function testTheAppNameIsNullByDefault()
{
$handler = new StubNewRelicHandler();