Jordi Boggiano 3 ani în urmă
părinte
comite
f2f66cd480
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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);