mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-21 12:22:21 +02:00
Merge branch '2.x'
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
namespace Monolog\Processor;
|
||||
|
||||
use Monolog\Level;
|
||||
use Monolog\Test\TestCase;
|
||||
|
||||
class PsrLogMessageProcessorTest extends TestCase
|
||||
@@ -66,6 +67,7 @@ class PsrLogMessageProcessorTest extends TestCase
|
||||
[[1, 2, 3], 'array[1,2,3]'],
|
||||
[['foo' => 'bar'], 'array{"foo":"bar"}'],
|
||||
[stream_context_create(), '[resource]'],
|
||||
[Level::Info, Level::Info->value],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user