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