Make WordPress Core


Ignore:
Timestamp:
07/26/2021 07:09:41 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename classes in phpunit/tests/sitemaps/ 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].

See #53363.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/sitemaps/wpSitemapsPosts.php

    r51491 r51492  
    44 * @group sitemaps
    55 */
    6 class Test_WP_Sitemaps_Posts extends WP_UnitTestCase {
     6class Tests_Sitemaps_wpSitemapsPosts extends WP_UnitTestCase {
     7
    78        /**
    89         * Tests getting sitemap entries for post type page with 'posts' homepage.
Note: See TracChangeset for help on using the changeset viewer.