1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

add trailing / and updated diagnose command

This commit is contained in:
Rob Bast 2016-02-24 20:54:01 +01:00
parent 4d975c49aa
commit dc2f201152
4 changed files with 4 additions and 4 deletions

View file

@ -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'), $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))