Make WordPress Core


Ignore:
Timestamp:
06/10/2014 01:09:43 AM (10 years ago)
Author:
wonderboymusic
Message:

Remove unnecessary ->test() method from Tests_Canonical_HTTPS to avoid PHP error.

See [28704].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/canonical/https.php

    r28706 r28713  
    1414        $this->http  = set_url_scheme( home_url( 'sample-page/' ), 'http' );
    1515        $this->https = set_url_scheme( home_url( 'sample-page/' ), 'https' );
    16     }
    17 
    18     public function test( $test_url, $expected, $ticket = 0 ) {
    19         // Nothing
    2016    }
    2117
Note: See TracChangeset for help on using the changeset viewer.