Make WordPress Core


Ignore:
Timestamp:
02/27/2024 11:05:18 PM (14 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/sanitizeHexColor.php

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