Coding Standards: Fix spacing in test_pending_status_with_false_send_confirmation_email test.

Follow-up to [50159] adjusts alignment of the `$request_data` value.

See #43890.


git-svn-id: https://develop.svn.wordpress.org/trunk@50160 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Anthony Burchell
2021-02-02 19:59:51 +00:00
parent 32395325e9
commit afb3ee8c5d

View File

@@ -342,7 +342,7 @@ class Tests_WpCreateUserRequest extends WP_UnitTestCase {
* @ticket 43890
*/
public function test_pending_status_with_false_send_confirmation_email() {
$request_data = array();
$request_data = array();
$send_confirmation_email = false;
$actual = wp_create_user_request( self::$non_registered_user_email, 'export_personal_data', $request_data, $send_confirmation_email );