Changeset 40520 for trunk/tests/phpunit/tests/rewrite.php
- Timestamp:
- 04/22/2017 06:58:46 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/rewrite.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite.php
r38654 r40520 120 120 * @ticket 35531 121 121 * @group multisite 122 * @group ms-required 122 123 */ 123 124 function test_url_to_postid_of_http_site_when_current_site_uses_https() { … … 316 317 /** 317 318 * Reveals bug introduced in WP 3.0 318 * 319 * Run tests using multisite `phpunit -c multisite` 319 * @group ms-required 320 320 */ 321 321 function test_url_to_postid_ms_home_url_collision() { … … 323 323 if ( ! is_multisite() ) { 324 324 $this->markTestSkipped( 'test_url_to_postid_ms_home_url_collision requires multisite' ); 325 return false;326 325 } 327 326
Note: See TracChangeset
for help on using the changeset viewer.