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

Removed duplicated array key

This commit is contained in:
Pascal Borreli
2012-07-13 11:08:09 +03:00
parent 41ea019077
commit 0a0c7a3a81

View File

@@ -64,7 +64,6 @@ class AbstractProcessingHandlerTest extends TestCase
'REQUEST_URI' => '', 'REQUEST_URI' => '',
'REQUEST_METHOD' => '', 'REQUEST_METHOD' => '',
'REMOTE_ADDR' => '', 'REMOTE_ADDR' => '',
'REQUEST_URI' => '',
'SERVER_NAME' => '', 'SERVER_NAME' => '',
))); )));
$handledRecord = null; $handledRecord = null;