Make WordPress Core


Ignore:
Timestamp:
10/19/2023 01:51:04 PM (18 months ago)
Author:
SergeyBiryukov
Message:

Tests: Improve the @group annotation accuracy and consistency.

Includes removing .php from some older group names, because most of the groups are no longer named based on the file containing the function, and sometimes functions move around, making the file-based group name inaccurate.

Props afercia, aristath, poena, SergeyBiryukov.
See #59647.

File:
1 edited

Legend:

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

    r56635 r56971  
    22
    33/**
     4 * Testing items that are only testable by grabbing the markup of `comments_template()` from the output buffer.
     5 *
    46 * @group comment
    5  *
    6  * Testing items that are only testable by grabbing the markup of `comments_template()` from the output buffer.
    77 *
    88 * @covers ::comments_template
Note: See TracChangeset for help on using the changeset viewer.