mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 09:36:11 +02:00
Use fully-qualified name for native functions (#1887)
This commit is contained in:
@@ -25,7 +25,7 @@ class GitProcessorTest extends TestCase
|
||||
$record = $processor($this->getRecord());
|
||||
|
||||
$this->assertArrayHasKey('git', $record->extra);
|
||||
$this->assertTrue(!is_array($record->extra['git']['branch']));
|
||||
$this->assertTrue(!\is_array($record->extra['git']['branch']));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user