mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Precious community feedback-based refactoring
This commit is contained in:
parent
1ae0a1b7af
commit
5294cb222c
2 changed files with 23 additions and 24 deletions
|
@ -96,7 +96,7 @@ class StreamContextFactoryTest extends \PHPUnit_Framework_TestCase
|
|||
if (extension_loaded('openssl')) {
|
||||
$context = StreamContextFactory::getContext();
|
||||
$options = stream_context_get_options($context);
|
||||
|
||||
|
||||
$this->assertEquals(array('http' => array(
|
||||
'proxy' => $expected,
|
||||
'request_fulluri' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue