mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 11:51:32 +02:00
Use fully-qualified name for native functions (#1887)
This commit is contained in:
@@ -87,7 +87,7 @@ class AbstractProcessingHandlerTest extends TestCase
|
||||
})
|
||||
;
|
||||
$handler->handle($this->getRecord());
|
||||
$this->assertEquals(6, count($handledRecord['extra']));
|
||||
$this->assertEquals(6, \count($handledRecord['extra']));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user