Commit: bc55a8eb9f1cf5e77b96a4eb2a1920ba0037e128 Author: Sara Golemon <poll...@php.net> Thu, 21 Feb 2013 03:21:23 -0800 Parents: 81e9aa6c8d492282ac2a7ca2b0d555bc137d25fc Branches: PHP-5.3 PHP-5.4 PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bc55a8eb9f1cf5e77b96a4eb2a1920ba0037e128 Log: http-stream test requires network connectivity Changed paths: M ext/standard/tests/network/http-stream.phpt Diff: diff --git a/ext/standard/tests/network/http-stream.phpt b/ext/standard/tests/network/http-stream.phpt index 6ee035a..99245f7 100644 --- a/ext/standard/tests/network/http-stream.phpt +++ b/ext/standard/tests/network/http-stream.phpt @@ -3,6 +3,7 @@ http-stream test --SKIPIF-- <?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); +if (getenv("SKIP_ONLINE_TESTS")) die("skip online test"); if (!extension_loaded("dom")) die("skip dom extension is not present"); ?> --INI-- -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php