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:
parent
7a81acd28b
commit
6b4b2a6ac0
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user