Changeset 51568 for trunk/tests/phpunit/tests/ajax/CustomizeMenus.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/CustomizeMenus.php
r51367 r51568 50 50 * Set up the test fixture. 51 51 */ 52 public function set Up() {53 parent::set Up();52 public function set_up() { 53 parent::set_up(); 54 54 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 55 55 wp_set_current_user( self::factory()->user->create( array( 'role' => 'administrator' ) ) );
Note: See TracChangeset
for help on using the changeset viewer.