Skip to content

Commit a82f81f

Browse files
adoycmb69
andauthored
Update ext/curl/tests/curl_upkeep_001.phpt
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
1 parent 177feae commit a82f81f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/curl/tests/curl_upkeep_001.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ curl_upkeep() function
44
curl
55
--SKIPIF--
66
<?php
7+
if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
78
if (curl_version()['version_number'] < 0x073e00) die('skip requires curl >= 7.62.0');
89
?>
910
--FILE--

0 commit comments

Comments
 (0)