diff options
-rw-r--r-- | tests/Monolog/Formatter/GelfMessageFormatterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Monolog/Formatter/GelfMessageFormatterTest.php b/tests/Monolog/Formatter/GelfMessageFormatterTest.php index 889dc54..4a24761 100644 --- a/tests/Monolog/Formatter/GelfMessageFormatterTest.php +++ b/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', |