Make WordPress Core


Ignore:
Timestamp:
08/22/2021 10:07:17 AM (5 years ago)
Author:
SergeyBiryukov
Message:

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

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/feed/rss2.php

    r51568 r51651  
    99 * @group feed
    1010 */
    11 class Tests_Feeds_RSS2 extends WP_UnitTestCase {
     11class Tests_Feed_RSS2 extends WP_UnitTestCase {
    1212        public static $user_id;
    1313        public static $posts;
Note: See TracChangeset for help on using the changeset viewer.