Skip to content

Commit ca423a1

Browse files
committed
Remove unnecessary curl skipifs
These test for functions/versions that are always available.
1 parent 06053e9 commit ca423a1

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

ext/curl/tests/curl_escape.phpt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
Test curl_escape and curl_unescape() functions
33
--EXTENSIONS--
44
curl
5-
--SKIPIF--
6-
<?php
7-
if (!function_exists("curl_escape")) exit("skip curl_escape doesn't exists");
8-
$curl_version = curl_version();
9-
if ($curl_version['version_number'] < 0x071502) {
10-
exit("skip: tests works only on curl >= 7.21.2");
11-
}
12-
?>
135
--FILE--
146
<?php
157
$str = "http://www.php.net/ ?!";

ext/curl/tests/curl_reset.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
Test curl_reset
33
--EXTENSIONS--
44
curl
5-
--SKIPIF--
6-
<?php if (!function_exists("curl_reset")) exit("skip curl_reset doesn't exists (require libcurl >= 7.12.1)");
7-
?>
85
--FILE--
96
<?php
107

0 commit comments

Comments
 (0)