Make WordPress Core

Changeset 50160


Ignore:
Timestamp:
02/02/2021 07:59:51 PM (3 years ago)
Author:
antpb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/privacy/wpCreateUserRequest.php

    r50159 r50160  
    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
Note: See TracChangeset for help on using the changeset viewer.