1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-29 17:30:14 +02:00

Fix elastica formatter test, refs #742

This commit is contained in:
Jordi Boggiano
2016-03-13 16:20:24 +00:00
parent 9ef18f111f
commit a9ccae25cb

View File

@@ -42,7 +42,7 @@ class ElasticaFormatterTest extends \PHPUnit_Framework_TestCase
// expected values
$expected = $msg;
$expected['datetime'] = '1970-01-01T00:00:00.000000+0000';
$expected['datetime'] = '1970-01-01T00:00:00.000000+00:00';
$expected['context'] = array(
'class' => '[object] (stdClass: {})',
'foo' => 7,