mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 02:10:22 +02:00
Fix failing tests
This commit is contained in:
@@ -90,8 +90,8 @@ class IntrospectionProcessorTest extends TestCase
|
||||
$expected['extra'] = [
|
||||
'file' => null,
|
||||
'line' => null,
|
||||
'class' => 'ReflectionMethod',
|
||||
'function' => 'invokeArgs',
|
||||
'class' => 'PHPUnit\Framework\TestCase',
|
||||
'function' => 'runTest',
|
||||
];
|
||||
|
||||
$processor = new IntrospectionProcessor(Logger::CRITICAL);
|
||||
@@ -111,8 +111,8 @@ class IntrospectionProcessorTest extends TestCase
|
||||
$expected['extra'] = [
|
||||
'file' => null,
|
||||
'line' => null,
|
||||
'class' => 'ReflectionMethod',
|
||||
'function' => 'invokeArgs',
|
||||
'class' => 'PHPUnit\Framework\TestCase',
|
||||
'function' => 'runTest',
|
||||
];
|
||||
|
||||
$processor = new IntrospectionProcessor(Logger::CRITICAL);
|
||||
|
Reference in New Issue
Block a user