|
@@ -78,7 +78,7 @@ class GitHubDriverTest extends TestCase
|
|
|
|
|
|
$remoteFilesystem->expects($this->at(1))
|
|
|
->method('getContents')
|
|
|
- ->with($this->equalTo('github.com'), $this->equalTo('https://api.github.com/rate_limit'), $this->equalTo(false))
|
|
|
+ ->with($this->equalTo('github.com'), $this->equalTo('https://api.github.com'), $this->equalTo(false))
|
|
|
->will($this->returnValue('{}'));
|
|
|
|
|
|
$remoteFilesystem->expects($this->at(2))
|