]> granicus.if.org Git - php/commitdiff
Bug #63147: SKIP_ONLINE_TESTS, for getmxrr
authorRemi Collet <fedora@famillecollet.com>
Mon, 24 Sep 2012 07:16:11 +0000 (09:16 +0200)
committerStanislav Malyshev <stas@php.net>
Mon, 1 Oct 2012 02:40:52 +0000 (19:40 -0700)
ext/standard/tests/network/getmxrr.phpt

index 29cea1d71ef97f8a42643a403876591b7dce8803..c4a15c52ce4fb4a2ce6c13a1f320815e194f4af5 100644 (file)
@@ -3,6 +3,7 @@ getmxrr() test
 --SKIPIF--
 <?php
 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
+if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
 if (substr(PHP_OS, 0, 3) == 'WIN') {
     die('skip: no Windows support');
 }