Skip to content

Commit a594801

Browse files
committed
Update ClientTest for changes in interface
1 parent f491c28 commit a594801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function getApiClassesProvider()
171171
public function getHttpClientMock(array $methods = array())
172172
{
173173
$methods = array_merge(
174-
array('get', 'post', 'patch', 'put', 'delete', 'request', 'setOption', 'setHeaders'),
174+
array('get', 'post', 'patch', 'put', 'delete', 'request', 'setOption', 'setHeaders', 'authenticate'),
175175
$methods
176176
);
177177

0 commit comments

Comments
 (0)