aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/http/HttpUtils/IsHttpsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http/HttpUtils/IsHttpsTest.php')
-rw-r--r--tests/http/HttpUtils/IsHttpsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/HttpUtils/IsHttpsTest.php b/tests/http/HttpUtils/IsHttpsTest.php
index 348956c6..8b3fd93d 100644
--- a/tests/http/HttpUtils/IsHttpsTest.php
+++ b/tests/http/HttpUtils/IsHttpsTest.php
@@ -9,7 +9,7 @@ require_once 'application/http/HttpUtils.php';
9 * 9 *
10 * Test class for is_https() function. 10 * Test class for is_https() function.
11 */ 11 */
12class IsHttpsTest extends \PHPUnit\Framework\TestCase 12class IsHttpsTest extends \Shaarli\TestCase
13{ 13{
14 14
15 /** 15 /**