1
0
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:
Jordi Boggiano
2013-11-20 13:28:13 +01:00
parent a5a579bb62
commit aff8d92e29
2 changed files with 29 additions and 19 deletions

View File

@@ -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']));
}
}