Skip to content

Commit a51d33c

Browse files
authored
Update curl_multi_info_read.phpt
1 parent 26ea77c commit a51d33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/curl/tests/curl_multi_info_read.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ array curl_multi_info_read ( resource $mh [, int &$msgs_in_queue = NULL ] );
44
marcosptf - <[email protected]> - @phpsp - sao paulo - br
55
--SKIPIF--
66
<?php
7-
if (!extension_loaded('curl'))
8-
print("skip");
7+
if (getenv("SKIP_ONLINE_TESTS")) { die('skip: online test'); }
8+
if (!extension_loaded('curl')) { print("skip"); }
99
?>
1010
--FILE--
1111
<?php

0 commit comments

Comments
 (0)