From 7b49e485d3f37c9ec5448495ad33605e7bf0e410 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 3 Jun 2019 12:00:19 +0200 Subject: [PATCH] Fix wrong covered class in HTTPS detection unit test --- tests/test-class-wp-https-detection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-class-wp-https-detection.php b/tests/test-class-wp-https-detection.php index ecca56755..f1886f84d 100644 --- a/tests/test-class-wp-https-detection.php +++ b/tests/test-class-wp-https-detection.php @@ -213,7 +213,7 @@ public function test_update_https_support_options() { /** * Test is_currently_https. * - * @covers WP_HTTPS_UI::is_currently_https() + * @covers WP_HTTPS_Detection::is_currently_https() */ public function test_is_currently_https() { // If both of these options have an HTTP URL, the method should return false.