1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-14 00:54:01 +02:00
This commit is contained in:
Jordi Boggiano
2012-12-14 12:15:30 +01:00
parent 6588c1633e
commit 9c8db38385
8 changed files with 9 additions and 12 deletions

View File

@@ -196,7 +196,7 @@ class LoggerTest extends \PHPUnit_Framework_TestCase
;
$logger->pushHandler($handler);
$that = $this;
$logger->pushProcessor(function($record) use ($that){
$logger->pushProcessor(function($record) use ($that) {
$that->fail('The processor should not be called');
});
$logger->addAlert('test');