mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 23:24:02 +02:00
Update RavenHandlerTest.php
This commit is contained in:
@@ -82,7 +82,7 @@ class RavenHandlerTest extends TestCase
|
||||
$record = $this->getRecord(Logger::INFO, "test", $tags);
|
||||
$handler->handle($record);
|
||||
|
||||
$this->assertEquals($record['tags'], $tags);
|
||||
$this->assertEquals($tags, $ravenClient->lastData['tags']);
|
||||
}
|
||||
|
||||
public function testException()
|
||||
|
Reference in New Issue
Block a user