skip online test
[m6w6/ext-http] / tests / client019.phpt
index 9666b976a618a6f297df56448ac70df54ae18c58..c386a680caa2c4c0ba11ffc7d5dbeaa3e24782f5 100644 (file)
@@ -3,10 +3,11 @@ client proxy - send proxy headers for a proxy request
 --SKIPIF--
 <?php 
 include "skipif.inc";
+skip_online_test();
 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--
 <?php