浏览代码

Update RavenHandlerTest.php

ipsq 12 年之前
父节点
当前提交
54bbb329b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Monolog/Handler/RavenHandlerTest.php

+ 1 - 1
tests/Monolog/Handler/RavenHandlerTest.php

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