mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add skip online test to curl_upkeep test
This commit is contained in:
parent
b9af4335e3
commit
65472c792c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ curl_upkeep() function
|
|||
curl
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
|
||||
if (curl_version()['version_number'] < 0x073e00) die('skip requires curl >= 7.62.0');
|
||||
?>
|
||||
--FILE--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue