X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient019.phpt;h=eea116a2082eba3dc5372b21daa9d4c4e959ebf0;hp=c41a260f0acff98b8e4d29167374ee97f5f018ae;hb=edf77fd524b1303732dcf24e53f375789631d143;hpb=363e0e603056c2934ad587a7c7fa17e2b203c07b diff --git a/tests/client019.phpt b/tests/client019.phpt index c41a260..eea116a 100644 --- a/tests/client019.phpt +++ b/tests/client019.phpt @@ -6,7 +6,7 @@ include "skipif.inc"; skip_client_test(); $client = new http\Client("curl"); array_key_exists("proxyheader", $client->getAvailableOptions()) - or die("skip need libcurl with CUTLOPT_PROXYHEADER support\n"); + or die("skip need libcurl with CURLOPT_PROXYHEADER support\n"); ?> --FILE--