mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-01 10:50:21 +02:00
Fix tests
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user