1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-13 16:44:23 +02:00

Update RavenHandlerTest.php

This commit is contained in:
ipsq
2014-03-31 21:11:04 +02:00
parent bc8525c87c
commit 8e0c9fddc4

View File

@@ -82,7 +82,7 @@ class RavenHandlerTest extends TestCase
$record = $this->getRecord(Logger::INFO, "test", $tags); $record = $this->getRecord(Logger::INFO, "test", $tags);
$handler->handle($record); $handler->handle($record);
$this->assertContains($tags, $ravenClient->lastData); $this->assertEquals($tags, $ravenClient->lastData['tags']);
} }
public function testException() public function testException()