From ab731b1197d76ce1e13fbf67a7e8f17a2be8b3e9 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 5 Jul 2013 00:47:18 +0200 Subject: [PATCH] Oops --- tests/Composer/Test/Downloader/ArchiveDownloaderTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Composer/Test/Downloader/ArchiveDownloaderTest.php b/tests/Composer/Test/Downloader/ArchiveDownloaderTest.php index d593e743b..aecc45604 100644 --- a/tests/Composer/Test/Downloader/ArchiveDownloaderTest.php +++ b/tests/Composer/Test/Downloader/ArchiveDownloaderTest.php @@ -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'); }