1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 22:42:38 +01:00

Change key from 'context' to 'exception' in

RavenHandlerTest::testException
This commit is contained in:
Marc Abramowitz 2012-04-26 14:26:40 -07:00
parent 7a81acd28b
commit 6b4b2a6ac0

View File

@ -93,7 +93,7 @@ class RavenHandlerTest extends TestCase
}
catch (\Exception $e)
{
$record = $this->getRecord(Logger::ERROR, $e->getMessage(), array('context' => $e));
$record = $this->getRecord(Logger::ERROR, $e->getMessage(), array('exception' => $e));
$handler->handle($record);
}