Skip to content

Commit 4459acb

Browse files
committed
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
1 parent 84ad12b commit 4459acb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/phpunit/tests/canonical/https.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ function setUp() {
1515
$this->https = set_url_scheme( home_url( 'sample-page/' ), 'https' );
1616
}
1717

18-
public function test( $test_url, $expected, $ticket = 0 ) {
19-
// Nothing
20-
}
21-
2218
public function set_https( $url ) {
2319
return set_url_scheme( $url, 'https' );
2420
}

0 commit comments

Comments
 (0)