X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fclient019.phpt;h=eea116a2082eba3dc5372b21daa9d4c4e959ebf0;hb=cc7863b379a13d310396cc88ca3d4d642f0dd869;hp=c41a260f0acff98b8e4d29167374ee97f5f018ae;hpb=e438aa9ce944f8c8f175554d9aa66d152a47f780;p=m6w6%2Fext-http 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--