Skip to content

Commit 306848c

Browse files
committed
s/needing/needs/
1 parent 08ea17f commit 306848c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/curl/tests/bug76675.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl
55
--SKIPIF--
66
<?php
77
if (!@fsockopen("localhost", 443, $errno, $errstr, 0.5)) {
8-
die("skip test needing Caddy");
8+
die("skip test needs Caddy");
99
}
1010
$curl_version = curl_version();
1111
if ($curl_version['version_number'] < 0x073d00) {

ext/curl/tests/bug77535.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl
55
--SKIPIF--
66
<?php
77
if (!@fsockopen("localhost", 443, $errno, $errstr, 0.5)) {
8-
die("skip test needing Caddy");
8+
die("skip test needs Caddy");
99
}
1010
$curl_version = curl_version();
1111
if ($curl_version['version_number'] < 0x073d00) {

ext/curl/tests/curl_pushfunction.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ curl
88
--SKIPIF--
99
<?php
1010
if (!@fsockopen("localhost", 443, $errno, $errstr, 0.5)) {
11-
die("skip test needing Caddy");
11+
die("skip test needs Caddy");
1212
}
1313
$curl_version = curl_version();
1414
if ($curl_version['version_number'] < 0x073d00) {

0 commit comments

Comments
 (0)