Changeset 30160
- Timestamp:
- 11/01/2014 09:10:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/https.php
r28713 r30160 45 45 * @ticket 27954 46 46 */ 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 2795461 */62 47 public function test_https_request_with_https_home() { 63 48
Note: See TracChangeset
for help on using the changeset viewer.