mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 18:30:15 +02:00
Fix tests
This commit is contained in:
@@ -92,6 +92,7 @@ class IntrospectionProcessorTest extends TestCase
|
||||
'line' => null,
|
||||
'class' => 'PHPUnit\Framework\TestCase',
|
||||
'function' => 'runTest',
|
||||
'callType' => '->',
|
||||
];
|
||||
|
||||
$processor = new IntrospectionProcessor(Logger::CRITICAL);
|
||||
@@ -113,6 +114,7 @@ class IntrospectionProcessorTest extends TestCase
|
||||
'line' => null,
|
||||
'class' => 'PHPUnit\Framework\TestCase',
|
||||
'function' => 'runTest',
|
||||
'callType' => '->',
|
||||
];
|
||||
|
||||
$processor = new IntrospectionProcessor(Logger::CRITICAL);
|
||||
|
Reference in New Issue
Block a user