Changeset 59017 for trunk/tests/phpunit/tests/canonical/https.php
- Timestamp:
- 09/12/2024 09:39:41 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/https.php
r56547 r59017 62 62 $redirect = redirect_canonical( $this->https, false ); 63 63 64 remove_filter( 'home_url', array( $this, 'set_https' ) ); 65 64 66 $this->assertNull( $redirect ); 65 66 remove_filter( 'home_url', array( $this, 'set_https' ) );67 67 } 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.