Make WordPress Core


Ignore:
Timestamp:
06/11/2022 03:48:31 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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

See #55652.

File:
1 edited

Legend:

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

    r52010 r53489  
    1010     * @group multisite
    1111     */
    12     class Tests_Multisite_User extends WP_UnitTestCase {
     12    class Tests_User_Multisite extends WP_UnitTestCase {
    1313
    1414        public function test_remove_user_from_blog() {
Note: See TracChangeset for help on using the changeset viewer.