Browse Source

API match

David Windell 12 years ago
parent
commit
94e31e37b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Monolog/Handler/MockRavenClient.php

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

@@ -15,7 +15,7 @@ use Raven_Client;
 
 class MockRavenClient extends Raven_Client
 {
-    public function capture($data, $stack)
+    public function capture($data, $stack, $vars = null)
     {
         $this->lastData = $data;
         $this->lastStack = $stack;