Changeset 47198 for trunk/tests/phpunit/tests/customize/control.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/control.php
r46586 r47198 28 28 parent::setUp(); 29 29 wp_set_current_user( $this->factory()->user->create( array( 'role' => 'administrator' ) ) ); 30 require_once ( ABSPATH . WPINC . '/class-wp-customize-manager.php' );30 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 31 31 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 32 32 $this->wp_customize = $GLOBALS['wp_customize'];
Note: See TracChangeset
for help on using the changeset viewer.