Jordi Boggiano 3 anni fa
parent
commit
f2f66cd480
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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);