Changeset 40564 for trunk/tests/phpunit/tests/rewrite.php
- Timestamp:
- 05/01/2017 08:34:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite.php
r40543 r40564 123 123 */ 124 124 function test_url_to_postid_of_http_site_when_current_site_uses_https() { 125 $this->skipWithoutMultisite();126 127 125 $_SERVER['HTTPS'] = 'on'; 128 126 … … 318 316 */ 319 317 function test_url_to_postid_ms_home_url_collision() { 320 $this->skipWithoutMultisite();321 322 318 $blog_id = self::factory()->blog->create( array( 'path' => '/example' ) ); 323 319 switch_to_blog( $blog_id );
Note: See TracChangeset
for help on using the changeset viewer.