mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
10 lines
259 B
Diff
10 lines
259 B
Diff
--- a/tests/streams_006.phpt
|
|
+++ b/tests/streams_006.phpt
|
|
@@ -3,6 +3,7 @@
|
|
--SKIPIF--
|
|
<?php
|
|
if (version_compare(PHP_VERSION, '5.4', '<')) die('skip PHP is too old');
|
|
+if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
|
|
?>
|
|
--INI--
|
|
allow_url_fopen=0
|