Changeset 40543 for trunk/tests/phpunit/tests/customize/setting.php
- Timestamp:
- 04/23/2017 09:57:31 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/customize/setting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/setting.php
r40520 r40543 565 565 */ 566 566 function test_previewing_with_switch_to_blog() { 567 if ( ! is_multisite() ) { 568 $this->markTestSkipped( 'Cannot test WP_Customize_Setting::is_current_blog_previewed() with switch_to_blog() if not on multisite.' ); 569 } 567 $this->skipWithoutMultisite(); 570 568 571 569 wp_set_current_user( self::factory()->user->create( array( 'role' => 'administrator' ) ) );
Note: See TracChangeset
for help on using the changeset viewer.