Changeset 40543 for trunk/tests/phpunit/tests/rewrite.php
- Timestamp:
- 04/23/2017 09:57:31 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/rewrite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite.php
r40520 r40543 123 123 */ 124 124 function test_url_to_postid_of_http_site_when_current_site_uses_https() { 125 if ( ! is_multisite() ) { 126 $this->markTestSkipped( 'This test requires multisite' ); 127 } 125 $this->skipWithoutMultisite(); 128 126 129 127 $_SERVER['HTTPS'] = 'on'; … … 320 318 */ 321 319 function test_url_to_postid_ms_home_url_collision() { 322 323 if ( ! is_multisite() ) { 324 $this->markTestSkipped( 'test_url_to_postid_ms_home_url_collision requires multisite' ); 325 } 320 $this->skipWithoutMultisite(); 326 321 327 322 $blog_id = self::factory()->blog->create( array( 'path' => '/example' ) );
Note: See TracChangeset
for help on using the changeset viewer.