Make WordPress Core


Ignore:
Timestamp:
02/14/2021 12:20:34 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename classes in phpunit/tests/hooks/ 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].
See #51802.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/hooks/applyFilters.php

    r50341 r50342  
    77 * @covers WP_Hook::apply_filters
    88 */
    9 class Tests_WP_Hook_Apply_Filters extends WP_UnitTestCase {
     9class Tests_Hooks_ApplyFilters extends WP_UnitTestCase {
    1010
    1111        public function test_apply_filters_with_callback() {
Note: See TracChangeset for help on using the changeset viewer.