mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 13:46:38 +02:00
Change key from 'context' to 'exception' in
RavenHandlerTest::testException
This commit is contained in:
@@ -93,7 +93,7 @@ class RavenHandlerTest extends TestCase
|
|||||||
}
|
}
|
||||||
catch (\Exception $e)
|
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);
|
$handler->handle($record);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user