Make WordPress Core


Ignore:
Timestamp:
02/11/2021 09:20:41 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

See #51802.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/date/theDate.php

    r50279 r50291  
    88 * @covers ::the_weekday_date
    99 */
    10 class Tests_Date_The_Date extends WP_UnitTestCase {
     10class Tests_Date_TheDate extends WP_UnitTestCase {
    1111
    1212    /** @var array $hooks_called Count of hooks called. */
Note: See TracChangeset for help on using the changeset viewer.