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:
parent
84ad12b439
commit
4459acb59d
@ -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' );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user