Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Jan 3, 2025
1 parent 31498f1 commit 7c8335c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/phpunit/tests/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -2302,11 +2302,11 @@ public function test_user_preferences_checkbox_handling() {

// Test when preferences are enabled.
$_POST = array(
'nickname' => 'Test User',
'email' => '[email protected]',
'rich_editing' => 'true',
'nickname' => 'Test User',
'email' => '[email protected]',
'rich_editing' => 'true',
'syntax_highlighting' => 'true',
'admin_bar_front' => 'true',
'admin_bar_front' => 'true',
);

$result = edit_user( self::$author_id );
Expand Down

0 comments on commit 7c8335c

Please sign in to comment.