mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
fix mocks
This commit is contained in:
parent
9e8aafa3b8
commit
4d975c49aa
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue