xref: /dokuwiki/_test/tests/inc/httpclient_https.test.php (revision 5a0eec47d375f076d810160503bdd303f8cf62a0)
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