1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 14:32:44 +01:00

Fixed test

This commit is contained in:
Jordi Boggiano 2011-08-08 01:36:49 +02:00
parent 2a47edbaf1
commit 315baaf143

View File

@ -34,8 +34,8 @@ class WildfireFormatterTest extends \PHPUnit_Framework_TestCase
$message = $wildfire->format($record);
$this->assertEquals(
'166|[{"Type":"ERROR","File":"","Line":"","Label":"meh"},'
.'{"message":"log","date":"Thu, 01 Jan 1970 00:00:00 +0000","context":{"from":"logger"},"extra":{"ip":"127.0.0.1"}}]|',
'125|[{"Type":"ERROR","File":"","Line":"","Label":"meh"},'
.'{"message":"log","context":{"from":"logger"},"extra":{"ip":"127.0.0.1"}}]|',
$message
);
}