1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 15:44:34 +02:00

Update RavenHandlerTest.php

This commit is contained in:
ipsq
2014-03-31 20:58:02 +02:00
parent a89698b0e2
commit 54bbb329b6

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->assertEquals($tags, $ravenClient->lastData['tags']); $this->assertContains($tags, $ravenClient->lastData);
} }
public function testException() public function testException()