Explorar o código

Update RavenHandlerTest.php

ipsq %!s(int64=11) %!d(string=hai) anos
pai
achega
54bbb329b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()