You appear to be a bot. Output may be restricted
Description
Set up the test fixture.
Usage
Tests_Ajax_CustomizeMenus::set_up();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/ajax/CustomizeMenus.php
Lines:
1 to 9 of 9
public function set_up() { parent::set_up(); require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; wp_set_current_user( self::factory()->user->create( array( 'role' => 'administrator' ) ) ); global $wp_customize; $this->wp_customize = new WP_Customize_Manager(); $wp_customize = $this->wp_customize; }