We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac30ce commit 4b9259eCopy full SHA for 4b9259e
tests/FunctionalGentooClientTest.php
@@ -14,6 +14,10 @@ class FunctionalGentooClientTest extends TestCase
14
15
public function setUp()
16
{
17
+ if (!function_exists('stream_socket_enable_crypto')) {
18
+ $this->markTestSkipped('TLS (HTTPS) not supported by your platform (HHVM?)');
19
+ }
20
+
21
$url = 'https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/';
22
23
$this->loop = LoopFactory::create();
0 commit comments