mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 12:17:35 +02:00
Added referer to extra parameter
This commit is contained in:
@@ -64,6 +64,7 @@ class AbstractProcessingHandlerTest extends TestCase
|
||||
'REQUEST_URI' => '',
|
||||
'REQUEST_METHOD' => '',
|
||||
'REMOTE_ADDR' => '',
|
||||
'REQUEST_URI' => '',
|
||||
)));
|
||||
$handledRecord = null;
|
||||
$handler->expects($this->once())
|
||||
@@ -73,6 +74,6 @@ class AbstractProcessingHandlerTest extends TestCase
|
||||
}))
|
||||
;
|
||||
$handler->handle($this->getRecord());
|
||||
$this->assertEquals(3, count($handledRecord['extra']));
|
||||
$this->assertEquals(4, count($handledRecord['extra']));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user