1
0
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:
George Mponos
2018-11-21 22:58:31 +02:00
parent 75a563a28f
commit bff59f7642

View File

@@ -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);