Skip to content

Commit eadb7d7

Browse files
committed
updated version
fixed bootstrap file
1 parent eaf7811 commit eadb7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ function _manually_load_plugin() {
2929
global $current_user;
3030
$current_user = new WP_User( 1 );
3131
$current_user->set_role( 'administrator' );
32-
wp_update_user( array( 'ID' => 1, 'first_name' => 'Admin', 'last_name' => 'User' ) );
32+
wp_update_user( array( 'ID' => 1, 'first_name' => 'Admin', 'last_name' => 'User' ) );

0 commit comments

Comments
 (0)