1
0
Fork 0

Fix tests

pull/2015/merge
Jordi Boggiano 2013-06-18 14:23:51 +02:00
parent 7b6f0ab047
commit 6b876958b9
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ class GitDownloaderTest extends \PHPUnit_Framework_TestCase
{
return array(
array('git', 'git@github.com:composer/composer.git'),
array('https', 'https://github.com/composer/composer'),
array('http', 'https://github.com/composer/composer')
array('https', 'https://github.com/composer/composer.git'),
array('http', 'https://github.com/composer/composer.git')
);
}