mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-19 02:34:40 +00:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user