From 4459acb59d515a1ecf417b1864016d2e683aeae4 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 10 Jun 2014 01:09:43 +0000 Subject: [PATCH] Remove unnecessary `->test()` method from `Tests_Canonical_HTTPS` to avoid PHP error. See [28704]. git-svn-id: https://develop.svn.wordpress.org/trunk@28713 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/canonical/https.php | 4 ---- 1 file changed, 4 deletions(-) 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' ); }