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:
parent
68e910d92a
commit
b437c1cc05
11 changed files with 87 additions and 87 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue