mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
fix mocks
This commit is contained in:
parent
9e8aafa3b8
commit
4d975c49aa
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ class GitHubTest extends \PHPUnit_Framework_TestCase
|
|||
->method('getContents')
|
||||
->with(
|
||||
$this->equalTo($this->origin),
|
||||
$this->equalTo(sprintf('https://api.%s/rate_limit', $this->origin)),
|
||||
$this->equalTo(sprintf('https://api.%s', $this->origin)),
|
||||
$this->isFalse(),
|
||||
$this->anything()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue