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
This commit is contained in:
Scott Taylor 2014-06-10 01:09:43 +00:00
parent 84ad12b439
commit 4459acb59d
1 changed files with 0 additions and 4 deletions

View File

@ -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' );
}