1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/php7-brotli/fix-skip-steams_006.patch
2019-05-24 10:47:48 +00:00

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