Skip to content

Commit 79db285

Browse files
remicolletsmalyshev
authored andcommitted
Bug #63147: SKIP_ONLINE_TESTS, for getmxrr
1 parent 71c6192 commit 79db285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/network/getmxrr.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ getmxrr() test
33
--SKIPIF--
44
<?php
55
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
6+
if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
67
if (substr(PHP_OS, 0, 3) == 'WIN') {
78
die('skip: no Windows support');
89
}

0 commit comments

Comments
 (0)