Make WordPress Core


Ignore:
Timestamp:
02/14/2021 12:20:34 PM (4 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/doAllHook.php

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