1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 15:14:14 +02:00

Fixed typos

This commit is contained in:
Pascal Borreli
2015-03-05 01:11:15 +00:00
parent d434bb4794
commit a2c6c37c8d
7 changed files with 9 additions and 9 deletions

View File

@@ -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'));