mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-30 18:00:17 +02:00
Added millis
This commit is contained in:
committed by
Jordi Boggiano
parent
a5f2734e8c
commit
9ef18f111f
@@ -42,7 +42,7 @@ class ElasticaFormatterTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
// expected values
|
||||
$expected = $msg;
|
||||
$expected['datetime'] = '1970-01-01T00:00:00+0000';
|
||||
$expected['datetime'] = '1970-01-01T00:00:00.000000+0000';
|
||||
$expected['context'] = array(
|
||||
'class' => '[object] (stdClass: {})',
|
||||
'foo' => 7,
|
||||
|
Reference in New Issue
Block a user