Make WordPress Core

Changeset 30160


Ignore:
Timestamp:
11/01/2014 09:10:23 PM (10 years ago)
Author:
wonderboymusic
Message:

Remove failing unit test after [30090].

Fixes #30194.

File:
1 edited

Legend:

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

    r28713 r30160  
    4545     * @ticket 27954
    4646     */
    47     public function test_http_request_with_https_home() {
    48 
    49         add_filter( 'home_url', array( $this, 'set_https' ) );
    50 
    51         $redirect = redirect_canonical( $this->http, false );
    52 
    53         $this->assertEquals( $redirect, $this->https );
    54 
    55         remove_filter( 'home_url', array( $this, 'set_https' ) );
    56 
    57     }
    58 
    59     /**
    60      * @ticket 27954
    61      */
    6247    public function test_https_request_with_https_home() {
    6348
Note: See TracChangeset for help on using the changeset viewer.