diff options
| author | Remi Collet <remi@php.net> | 2014-06-20 06:45:36 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2014-06-20 06:45:36 +0200 |
| commit | ae9db5d0a227977b4b2aac34f1ba7532896201b7 (patch) | |
| tree | 9f7134c3a921b2c24a024df1f245790ce772f76e /ext | |
| parent | 7c20edaade5e099d9f91f55326dc5cf9c2444b41 (diff) | |
| parent | e9c9169e05e0f9753151c16e6a0806f9c5c614bb (diff) | |
| download | php-git-ae9db5d0a227977b4b2aac34f1ba7532896201b7.tar.gz | |
Merge branch 'PHP-5.6'
* PHP-5.6:
skip this test which fails without network
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/openssl/tests/bug65538_002.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/tests/bug65538_002.phpt b/ext/openssl/tests/bug65538_002.phpt index dfc6f94ff7..1066e01e54 100644 --- a/ext/openssl/tests/bug65538_002.phpt +++ b/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' => [ |
