1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 00:26:10 +02:00
This commit is contained in:
Jordi Boggiano
2015-03-01 14:12:35 +00:00
parent 951f024bfb
commit 995a61bec8
9 changed files with 25 additions and 16 deletions

View File

@@ -86,12 +86,12 @@ class RavenHandlerTest extends TestCase
}
public function testUserContext()
{
{
$ravenClient = $this->getRavenClient();
$handler = $this->getHandler($ravenClient);
$user = array(
'id' => '123',
'id' => '123',
'email' => 'test@test.com'
);
$record = $this->getRecord(Logger::INFO, "test", array('user' => $user));