We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c6192 commit 79db285Copy full SHA for 79db285
ext/standard/tests/network/getmxrr.phpt
@@ -3,6 +3,7 @@ getmxrr() test
3
--SKIPIF--
4
<?php
5
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
6
+if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
7
if (substr(PHP_OS, 0, 3) == 'WIN') {
8
die('skip: no Windows support');
9
}
0 commit comments