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.