فهرست منبع

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()
     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(
         $record = array(
             'level' => Logger::ERROR,
             'level' => Logger::ERROR,
             'level_name' => 'ERROR',
             'level_name' => 'ERROR',