Browse Source

skip this test which fails without network

pull/702/head
Remi Collet 12 years ago
parent
commit
e9c9169e05
  1. 1
      ext/openssl/tests/bug65538_002.phpt

1
ext/openssl/tests/bug65538_002.phpt

@ -3,6 +3,7 @@ Bug #65538: SSL context "cafile" disallows URL stream wrappers
--SKIPIF--
<?php
if (!extension_loaded('openssl')) die('skip, openssl required');
if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
--FILE--
<?php
$clientCtx = stream_context_create(['ssl' => [

Loading…
Cancel
Save