Jordi Boggiano 3 лет назад
Родитель
Сommit
f2f66cd480
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      tests/Monolog/Processor/IntrospectionProcessorTest.php

+ 2 - 0
tests/Monolog/Processor/IntrospectionProcessorTest.php

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