1<?php 2 3require_once dirname(__FILE__).'/httpclient_http.test.php'; 4 5class httpclient_https_test extends httpclient_http_test { 6 protected $server = 'https://httpbin.org/'; 7} 8//Setup VIM: ex: et ts=4 : 9
1<?php 2 3require_once dirname(__FILE__).'/httpclient_http.test.php'; 4 5class httpclient_https_test extends httpclient_http_test { 6 protected $server = 'https://httpbin.org/'; 7} 8//Setup VIM: ex: et ts=4 : 9