- Timestamp:
- 10/16/2015 09:04:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/nav-menu-setting.php
r33526 r35225 23 23 parent::setUp(); 24 24 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 25 wp_set_current_user( $this->factory->user->create( array( 'role' => 'administrator' ) ) );25 wp_set_current_user( self::$factory->user->create( array( 'role' => 'administrator' ) ) ); 26 26 27 27 global $wp_customize;
Note: See TracChangeset
for help on using the changeset viewer.