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

Support github auth directly in the RemoteFilesystem class

This commit is contained in:
Jordi Boggiano 2014-04-11 14:27:14 +02:00
parent 68e910d92a
commit b437c1cc05
11 changed files with 87 additions and 87 deletions

View file

@ -173,7 +173,7 @@ class RemoteFilesystemTest extends \PHPUnit_Framework_TestCase
protected function callGetOptionsForUrl($io, array $args = array(), array $options = array())
{
$fs = new RemoteFilesystem($io, $options);
$fs = new RemoteFilesystem($io, null, $options);
$ref = new \ReflectionMethod($fs, 'getOptionsForUrl');
$ref->setAccessible(true);