From 9d75bf35e96bfc5c8d629ecef6807a90b4c98be7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Jan 2013 14:38:39 +0100 Subject: [PATCH] Mark this test as requiring internet connecion. --- ext/sockets/tests/socket_bind.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/sockets/tests/socket_bind.phpt b/ext/sockets/tests/socket_bind.phpt index 15181e68a6..7ea2df8e1c 100644 --- a/ext/sockets/tests/socket_bind.phpt +++ b/ext/sockets/tests/socket_bind.phpt @@ -8,6 +8,9 @@ fa@php.net if (!extension_loaded('sockets')) { die('skip - sockets extension not available.'); } + if (getenv("SKIP_ONLINE_TESTS")) { + die("skip test requiring internet connection"); + } ?> --FILE--