Make WordPress Core


Ignore:
Timestamp:
09/24/2021 12:45:43 AM (3 years ago)
Author:
SergeyBiryukov
Message:

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

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/multisite/updateBlogDetails.php

    r48937 r51860  
    77     * @group multisite
    88     */
    9     class Tests_Multisite_Update_Blog_Details extends WP_UnitTestCase {
     9    class Tests_Multisite_UpdateBlogDetails extends WP_UnitTestCase {
    1010        /**
    1111         * If `update_blog_details()` is called with any kind of empty arguments, it
Note: See TracChangeset for help on using the changeset viewer.