mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 15:14:14 +02:00
Fixed typos
This commit is contained in:
@@ -136,7 +136,7 @@ class NewRelicHandlerTest extends TestCase
|
||||
$this->assertEquals(null, self::$transactionName);
|
||||
}
|
||||
|
||||
public function testTheTransactionNameCanBeInjectedFromtheConstructor()
|
||||
public function testTheTransactionNameCanBeInjectedFromTheConstructor()
|
||||
{
|
||||
$handler = new StubNewRelicHandler(Logger::DEBUG, false, null, false, 'myTransaction');
|
||||
$handler->handle($this->getRecord(Logger::ERROR, 'log message'));
|
||||
|
Reference in New Issue
Block a user