1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 10:50:21 +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, 'line' => null,
'class' => 'PHPUnit\Framework\TestCase', 'class' => 'PHPUnit\Framework\TestCase',
'function' => 'runTest', 'function' => 'runTest',
'callType' => '->',
]; ];
$processor = new IntrospectionProcessor(Logger::CRITICAL); $processor = new IntrospectionProcessor(Logger::CRITICAL);
@@ -113,6 +114,7 @@ class IntrospectionProcessorTest extends TestCase
'line' => null, 'line' => null,
'class' => 'PHPUnit\Framework\TestCase', 'class' => 'PHPUnit\Framework\TestCase',
'function' => 'runTest', 'function' => 'runTest',
'callType' => '->',
]; ];
$processor = new IntrospectionProcessor(Logger::CRITICAL); $processor = new IntrospectionProcessor(Logger::CRITICAL);