mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 20:01:52 +02:00
Fix tests, invalid UTF-8 is now returning �s instead of being converted to possibly valid ISO-8559-15
This commit is contained in:
@@ -176,6 +176,6 @@ class LogstashFormatterTest extends TestCase
|
||||
$this->assertEquals('ERROR', $message['level']);
|
||||
$this->assertEquals('test', $message['type']);
|
||||
$this->assertEquals('hostname', $message['host']);
|
||||
$this->assertEquals('ÖWN; FBCR/OrangeEspaña; Versão/4.0; Färist', $message['extra']['user_agent']);
|
||||
$this->assertEquals('<EFBFBD>WN; FBCR/OrangeEspa<EFBFBD>a; Vers<EFBFBD>o/4.0; F<EFBFBD>rist', $message['extra']['user_agent']);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user