diff --git a/tests/phpunit/tests/canonical/https.php b/tests/phpunit/tests/canonical/https.php index 7b3063c5f2..2d354f6040 100644 --- a/tests/phpunit/tests/canonical/https.php +++ b/tests/phpunit/tests/canonical/https.php @@ -15,10 +15,6 @@ class Tests_Canonical_HTTPS extends Tests_Canonical { $this->https = set_url_scheme( home_url( 'sample-page/' ), 'https' ); } - public function test( $test_url, $expected, $ticket = 0 ) { - // Nothing - } - public function set_https( $url ) { return set_url_scheme( $url, 'https' ); }