mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Some typos/corrections
This commit is contained in:
parent
1e1e713329
commit
2648064e5a
3 changed files with 27 additions and 19 deletions
|
@ -197,6 +197,8 @@ class RemoteFilesystemTest extends \PHPUnit_Framework_TestCase
|
|||
$this->assertEquals('/some/path/file.crt', $res['ssl']['cafile']);
|
||||
if (version_compare(PHP_VERSION, '5.4.13') >= 0) {
|
||||
$this->assertTrue($res['ssl']['disable_compression']);
|
||||
} else {
|
||||
$this->assertFalse(isset($res['ssl']['disable_compression']));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue