Skip to content

Commit afb3ee8

Browse files
committed
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
1 parent 3239532 commit afb3ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/privacy/wpCreateUserRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public function test_pending_status_with_true_send_confirmation_email() {
342342
* @ticket 43890
343343
*/
344344
public function test_pending_status_with_false_send_confirmation_email() {
345-
$request_data = array();
345+
$request_data = array();
346346
$send_confirmation_email = false;
347347

348348
$actual = wp_create_user_request( self::$non_registered_user_email, 'export_personal_data', $request_data, $send_confirmation_email );

0 commit comments

Comments
 (0)