1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 15:14:14 +02:00
This commit is contained in:
Jordi Boggiano
2018-12-08 18:16:32 +01:00
parent b978700c05
commit 0ad73a526f
16 changed files with 25 additions and 21 deletions

View File

@@ -69,7 +69,9 @@ class JsonFormatterTest extends TestCase
"channel": "test",
"datetime": "'.$record['datetime']->format('Y-m-d\TH:i:s.uP').'",
"extra": {}
}', $formatter->format($record));
}',
$formatter->format($record)
);
$formatter->setJsonPrettyPrint(false);
$record = $this->getRecord();