mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 00:26:10 +02:00
CS fixes
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user