Changeset 51449 for trunk/tests/phpunit/tests/url.php
- Timestamp:
- 07/16/2021 07:13:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/url.php
r51419 r51449 251 251 252 252 // is_ssl() should determine the scheme in the admin. 253 $this->assertS ame( 0, strpos( $home, 'http://' ));253 $this->assertStringStartsWith( 'http://', $home ); 254 254 $_SERVER['HTTPS'] = 'on'; 255 255 $this->assertSame( $home_https, network_home_url() );
Note: See TracChangeset
for help on using the changeset viewer.