浏览代码

Make sure this works on any hostname

Jordi Boggiano 8 年之前
父节点
当前提交
5e8bb7dfbe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Monolog/Formatter/GelfMessageFormatterTest.php

+ 1 - 1
tests/Monolog/Formatter/GelfMessageFormatterTest.php

@@ -226,7 +226,7 @@ class GelfMessageFormatterTest extends \PHPUnit_Framework_TestCase
 
     public function testFormatWithUnlimitedLength()
     {
-        $formatter = new GelfMessageFormatter(null, null, 'ctxt_', PHP_INT_MAX);
+        $formatter = new GelfMessageFormatter('LONG_SYSTEM_NAME', null, 'ctxt_', PHP_INT_MAX);
         $record = array(
             'level' => Logger::ERROR,
             'level_name' => 'ERROR',