Make WordPress Core


Ignore:
Timestamp:
10/27/2022 03:53:08 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename classes in phpunit/tests/comment/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

Follow-up to [47780], [48911], [49327], [50291], [50292], [50342], [50452], [50453], [50456], [50967], [50968], [50969], [51491], [51492], [51493], [51623], [51639], [51646], [51650], [51651], [51860], [52264], [52265], [53489], [53863].

See #56793.

File:
1 edited

Legend:

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

    r53863 r54704  
    44 * @group comment
    55 *
    6  * Class Tests_Get_Comment_Count
    7  *
    86 * @covers ::get_comment_count
    97 */
    10 class Tests_Get_Comment_Count extends WP_UnitTestCase {
     8class Tests_Comment_GetCommentCount extends WP_UnitTestCase {
    119
    1210    public function test_get_comment_count() {
Note: See TracChangeset for help on using the changeset viewer.