Changeset 44559 for trunk/tests/phpunit/tests/customize/control.php
- Timestamp:
- 01/11/2019 03:03:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/control.php
r43571 r44559 29 29 wp_set_current_user( $this->factory()->user->create( array( 'role' => 'administrator' ) ) ); 30 30 require_once( ABSPATH . WPINC . '/class-wp-customize-manager.php' ); 31 // @codingStandardsIgnoreStart32 31 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 33 // @codingStandardsIgnoreEnd 34 $this->wp_customize = $GLOBALS['wp_customize']; 32 $this->wp_customize = $GLOBALS['wp_customize']; 35 33 } 36 34
Note: See TracChangeset
for help on using the changeset viewer.