1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 17:16:18 +02:00

More testing coverage

This commit is contained in:
Jordi Boggiano
2011-06-29 21:32:02 +02:00
parent 7a56a1c73f
commit 66c1cc05a8
5 changed files with 87 additions and 12 deletions

View File

@@ -43,16 +43,6 @@ abstract class AbstractProcessingHandler extends AbstractHandler
return false === $this->bubble;
}
/**
* {@inheritdoc}
*/
public function handleBatch(array $records)
{
foreach ($records as $record) {
$this->handle($record);
}
}
/**
* Writes the record down to the log of the implementing handler
*