Make WordPress Core


Ignore:
Timestamp:
05/10/2020 12:07:49 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

See #49542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/deprecated.php

    r47200 r47780  
    66 * @package    WordPress
    77 * @subpackage Unit Tests
    8  * @since      3.5
     8 * @since      3.5.0
    99 * @group      deprecated
    1010 */
    11 class Test_Functions_Deprecated extends WP_UnitTestCase {
     11class Tests_Functions_Deprecated extends WP_UnitTestCase {
    1212
    1313    /**
Note: See TracChangeset for help on using the changeset viewer.