Make WordPress Core


Ignore:
Timestamp:
08/19/2021 01:08:43 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesPlugin.php

    r51564 r51639  
    44 * @group admin
    55 */
    6 class Tests_Admin_includesPlugin extends WP_UnitTestCase {
     6class Tests_Admin_IncludesPlugin extends WP_UnitTestCase {
    77    public static function wpSetUpBeforeClass( $factory ) {
    88        self::_back_up_mu_plugins();
Note: See TracChangeset for help on using the changeset viewer.