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