mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 20:57:36 +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)
|
||||
{
|
||||
$record = $this->getRecord(Logger::ERROR, $e->getMessage(), array('context' => $e));
|
||||
$record = $this->getRecord(Logger::ERROR, $e->getMessage(), array('exception' => $e));
|
||||
$handler->handle($record);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user