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/query.php

    r54402 r54704  
    20812081    }
    20822082
    2083         /**
    2084         * @ticket 29885
    2085         *
    2086         * @covers ::get_comments
    2087         */
     2083    /**
     2084    * @ticket 29885
     2085    *
     2086    * @covers ::get_comments
     2087    */
    20882088    public function test_fields_author__in() {
    20892089        $p1 = self::factory()->post->create();
     
    21312131    }
    21322132
    2133         /**
    2134         * @ticket 29885
    2135         *
    2136         * @covers ::get_comments
    2137         */
     2133    /**
     2134    * @ticket 29885
     2135    *
     2136    * @covers ::get_comments
     2137    */
    21382138    public function test_fields_author__not_in() {
    21392139        $p1 = self::factory()->post->create();
     
    33293329
    33303330    /**
    3331      *
    33323331     * @covers WP_Comment_Query::query
    33333332     */
Note: See TracChangeset for help on using the changeset viewer.