From 6b4b2a6ac0006ad6df1c3501414770270fbabe95 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 26 Apr 2012 14:26:40 -0700 Subject: [PATCH] Change key from 'context' to 'exception' in RavenHandlerTest::testException --- tests/Monolog/Handler/RavenHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Monolog/Handler/RavenHandlerTest.php b/tests/Monolog/Handler/RavenHandlerTest.php index e6040f28..c3a69026 100644 --- a/tests/Monolog/Handler/RavenHandlerTest.php +++ b/tests/Monolog/Handler/RavenHandlerTest.php @@ -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); }