mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-02 19:27:37 +02:00
Update AbstractProcessingHandlerTest.php
This commit is contained in:
@@ -65,6 +65,7 @@ class AbstractProcessingHandlerTest extends TestCase
|
|||||||
'REQUEST_METHOD' => '',
|
'REQUEST_METHOD' => '',
|
||||||
'REMOTE_ADDR' => '',
|
'REMOTE_ADDR' => '',
|
||||||
'SERVER_NAME' => '',
|
'SERVER_NAME' => '',
|
||||||
|
'UNIQUE_ID' => '',
|
||||||
)));
|
)));
|
||||||
$handledRecord = null;
|
$handledRecord = null;
|
||||||
$handler->expects($this->once())
|
$handler->expects($this->once())
|
||||||
@@ -74,6 +75,6 @@ class AbstractProcessingHandlerTest extends TestCase
|
|||||||
}))
|
}))
|
||||||
;
|
;
|
||||||
$handler->handle($this->getRecord());
|
$handler->handle($this->getRecord());
|
||||||
$this->assertEquals(5, count($handledRecord['extra']));
|
$this->assertEquals(6, count($handledRecord['extra']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user