mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Oops
This commit is contained in:
parent
be235ffc19
commit
ab731b1197
1 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ class ArchiveDownloaderTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
public function testProcessUrl()
|
||||
{
|
||||
if (extension_loaded('openssl')) {
|
||||
if (!extension_loaded('openssl')) {
|
||||
$this->markTestSkipped('Requires openssl');
|
||||
}
|
||||
|
||||
|
@ -49,7 +49,7 @@ class ArchiveDownloaderTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
public function testProcessUrl2()
|
||||
{
|
||||
if (extension_loaded('openssl')) {
|
||||
if (!extension_loaded('openssl')) {
|
||||
$this->markTestSkipped('Requires openssl');
|
||||
}
|
||||
|
||||
|
@ -65,7 +65,7 @@ class ArchiveDownloaderTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
public function testProcessUrl3()
|
||||
{
|
||||
if (extension_loaded('openssl')) {
|
||||
if (!extension_loaded('openssl')) {
|
||||
$this->markTestSkipped('Requires openssl');
|
||||
}
|
||||
|
||||
|
@ -84,7 +84,7 @@ class ArchiveDownloaderTest extends \PHPUnit_Framework_TestCase
|
|||
*/
|
||||
public function testProcessUrlRewriteDist($url)
|
||||
{
|
||||
if (extension_loaded('openssl')) {
|
||||
if (!extension_loaded('openssl')) {
|
||||
$this->markTestSkipped('Requires openssl');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue