mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Add caching, group exec calls in one, refs #274
This commit is contained in:
@@ -24,8 +24,6 @@ class GitProcessorTest extends TestCase
|
||||
$record = $processor($this->getRecord());
|
||||
|
||||
$this->assertArrayHasKey('git', $record['extra']);
|
||||
|
||||
$this->assertTrue(!is_array($record['extra']['git']['branch']));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user