X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Ftestsuite.php;h=5621c47dfdd99a7b8f87ab465e2a2ebffeb576dd;hb=55489592e5fc4e15240bda6463e33a311ac6075e;hp=779d514fe001b7a741ac216cb23916860ba99cf5;hpb=f099e1bf041255f8fcc901e96b7d1ffe5be92ba7;p=plcapi.git diff --git a/test/testsuite.php b/test/testsuite.php index 779d514..5621c47 100644 --- a/test/testsuite.php +++ b/test/testsuite.php @@ -781,7 +781,7 @@ class LocalHostMultiTests extends LocalhostTests function testHttps() { - global $HTTPSSERVER, $HTTPSURI, $HTTPSIGNOREPEER, $HTTPSVERIFYHOST; + global $HTTPSSERVER, $HTTPSURI, $HTTPSIGNOREPEER, $HTTPSVERIFYHOST, $SSLVERSION; if(!function_exists('curl_init')) { $this->fail('CURL missing: cannot test https functionality'); @@ -799,7 +799,7 @@ class LocalHostMultiTests extends LocalhostTests function testHttpsProxy() { - global $HTTPSSERVER, $HTTPSURI, $HTTPSIGNOREPEER, $HTTPSVERIFYHOST, $PROXYSERVER, $PROXYPORT, $NOPROXY; + global $HTTPSSERVER, $HTTPSURI, $HTTPSIGNOREPEER, $HTTPSVERIFYHOST, $SSLVERSION, $PROXYSERVER, $PROXYPORT, $NOPROXY; if(!function_exists('curl_init')) { $this->fail('CURL missing: cannot test https functionality');