Skip to content

Commit f491c28

Browse files
committed
Update TestHttpClient for changes in interface
1 parent 7898663 commit f491c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Mock/TestHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TestHttpClient implements HttpClientInterface
1818
public $options = array();
1919
public $headers = array();
2020

21-
public function authenticate()
21+
public function authenticate($tokenOrLogin, $password, $authMethod)
2222
{
2323
$this->authenticated = true;
2424
}

0 commit comments

Comments
 (0)