summaryrefslogtreecommitdiff
path: root/_test/tests/inc/httpclient_https.test.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-05-01 22:58:57 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-05-01 22:58:57 +0200
commit050f8f4ddc32167e205a190eec9a60ad8f3caed5 (patch)
treed33554bde021d49cc7d802b4e053357e5e3b6b8f /_test/tests/inc/httpclient_https.test.php
parent3c0d44f1aa44d3ac3d8b9e652d172b1eda680bbf (diff)
downloadrpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.gz
rpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.bz2
removed unecessary requiresin unit tests
Diffstat (limited to '_test/tests/inc/httpclient_https.test.php')
-rw-r--r--_test/tests/inc/httpclient_https.test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/_test/tests/inc/httpclient_https.test.php b/_test/tests/inc/httpclient_https.test.php
index c51cd4904..26a0f86db 100644
--- a/_test/tests/inc/httpclient_https.test.php
+++ b/_test/tests/inc/httpclient_https.test.php
@@ -1,7 +1,5 @@
<?php
-require_once dirname(__FILE__).'/httpclient_http.test.php';
-
class httpclient_https_test extends httpclient_http_test {
protected $server = 'https://httpbin.org/';