Make WordPress Core


Ignore:
Timestamp:
07/26/2021 07:25:09 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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

See #53363.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/widgets/wpWidgetMediaGallery.php

    r51492 r51493  
    88
    99/**
    10  * Test wp-includes/widgets/class-wp-widget-gallery.php
     10 * Test wp-includes/widgets/class-wp-widget-media-gallery.php
    1111 *
    1212 * @group widgets
    1313 */
    14 class Test_WP_Widget_Media_Gallery extends WP_UnitTestCase {
     14class Tests_Widgets_wpWidgetMediaGallery extends WP_UnitTestCase {
    1515
    1616    /**
Note: See TracChangeset for help on using the changeset viewer.