Make WordPress Core


Ignore:
Timestamp:
02/27/2024 11:05:18 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Tests: Correct capitalization and fix typos in some test class names.

Follow-up to [57060], [57718], [57725], [57726], [57727], [57728].

See #59647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/sanitizeHexColorNoHash.php

    r57727 r57733  
    22
    33/**
    4  * Tests for the sanitize_hex_color function.
     4 * Tests for the sanitize_hex_color_no_hash() function.
    55 *
    66 * @group formatting
     
    88 * @covers ::sanitize_hex_color_no_hash
    99 */
    10 class Tests_formating_sanitizeHexColorNoHash extends WP_UnitTestCase {
     10class Tests_Formatting_sanitizeHexColorNoHash extends WP_UnitTestCase {
    1111
    1212    /**
Note: See TracChangeset for help on using the changeset viewer.