1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-31 18:30:15 +02:00

Fix tests

This commit is contained in:
Jordi Boggiano
2022-03-18 10:48:03 +01:00
committed by GitHub
parent 77b71e0baf
commit f2f66cd480

View File

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