mirror of
https://github.com/composer/composer
synced 2025-05-08 16:17:37 +00:00
Fix github url escaping, raw.github.com doesnt like escaped slashes
This commit is contained in:
parent
aa1c09380d
commit
432955e0ae
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ class GitHubDriverTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
$remoteFilesystem->expects($this->at(1))
|
||||
->method('getContents')
|
||||
->with($this->equalTo('github.com'), $this->equalTo('https://raw.github.com/composer/packagist/feature%2F3.2-foo/composer.json'), $this->equalTo(false))
|
||||
->with($this->equalTo('github.com'), $this->equalTo('https://raw.github.com/composer/packagist/feature/3.2-foo/composer.json'), $this->equalTo(false))
|
||||
->will($this->returnValue('{"support": {"source": "'.$repoUrl.'" }}'));
|
||||
|
||||
$remoteFilesystem->expects($this->at(2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue