Make WordPress Core


Ignore:
Timestamp:
05/24/2021 01:31:15 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

See #52625.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme/wpThemeGetAllowedFilters.php

    r50967 r50968  
    77     * @group multisite
    88     */
    9     class Tests_WP_Theme_Get_Allowed_Filters extends WP_UnitTestCase {
     9    class Tests_Theme_wpThemeGetAllowedFilters extends WP_UnitTestCase {
    1010        /**
    1111         * @array List of themes allowed before filters are applied.
Note: See TracChangeset for help on using the changeset viewer.