From 2740cb8ceca6719bf6416479ca0e38cee1548a0e Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sun, 2 Feb 2014 14:43:49 -0800 Subject: [PATCH] Clean up --- tests/helper.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/helper.inc.php b/tests/helper.inc.php index 1492094..3bd7ec4 100644 --- a/tests/helper.inc.php +++ b/tests/helper.inc.php @@ -5,8 +5,8 @@ class Test { function __construct() { $this->curl = new Curl(); - $this->curl->setOpt(CURLOPT_SSL_VERIFYPEER, FALSE); - $this->curl->setOpt(CURLOPT_SSL_VERIFYHOST, FALSE); + $this->curl->setOpt(CURLOPT_SSL_VERIFYPEER, false); + $this->curl->setOpt(CURLOPT_SSL_VERIFYHOST, false); } function server($test, $request_method, $data=array()) {