Make WordPress Core

Changeset 58756


Ignore:
Timestamp:
07/18/2024 03:17:58 PM (2 months ago)
Author:
hellofromTonya
Message:

Coding Standards: Capitalize inline comment in get_comment_author() test dataset.

Per coding standards, capitalizes the first character of the inline comment in the test dataset.

Follow-up to [58755].

Props SergeyBiryukov.
See #61681.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/comment/getCommentAuthor.php

    r58755 r58756  
    102102            'with author ID'             => array(
    103103                'comment_props' => (object) array(
    104                     'user_id' => 1, // populates in the test with an actual user ID.
     104                    'user_id' => 1, // Populates in the test with an actual user ID.
    105105                ),
    106106                'expected'      => 'Tester3',
Note: See TracChangeset for help on using the changeset viewer.