Skip to content

Commit bc55a8e

Browse files
committed
http-stream test requires network connectivity
1 parent 81e9aa6 commit bc55a8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/network/http-stream.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ http-stream test
33
--SKIPIF--
44
<?php
55
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
6+
if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
67
if (!extension_loaded("dom")) die("skip dom extension is not present");
78
?>
89
--INI--

0 commit comments

Comments
 (0)