Make WordPress Core

Changeset 57733


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

Location:
trunk/tests/phpunit/tests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/date/wpCheckdate.php

    r57184 r57733  
    33/**
    44 * Tests for the wp_checkdate() function.
    5  *
    6  * @ticket 59825
    75 *
    86 * @group date
     
    1513
    1614    /**
     15     * @ticket 59825
     16     *
    1717     * @dataProvider data_wp_checkdate
    1818     *
  • trunk/tests/phpunit/tests/formatting/maybeHashHexColor.php

    r57728 r57733  
    88 * @covers ::maybe_hash_hex_color
    99 */
    10 class Tests_formating_maybeHashHexColor extends WP_UnitTestCase {
     10class Tests_Formatting_maybeHashHexColor extends WP_UnitTestCase {
    1111
    1212    /**
  • 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    /**
  • 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    /**
  • trunk/tests/phpunit/tests/functions/mceSetDirection.php

    r57718 r57733  
    22
    33/**
    4  * Tests for the _mce_set_direction function.
     4 * Tests for the _mce_set_direction() function.
    55 *
    66 * @group functions
     
    88 * @covers ::_mce_set_direction
    99 */
    10 class Tests_functions_mceSetDirection extends WP_UnitTestCase {
     10class Tests_Functions_mceSetDirection extends WP_UnitTestCase {
    1111
    1212    /**
  • trunk/tests/phpunit/tests/functions/wpCacheSetLastChanged.php

    r57060 r57733  
    77 * @covers ::wp_cache_set_last_changed
    88 */
    9 class Tests_functions_wpCacheSetLastChanged extends WP_UnitTestCase {
     9class Tests_Functions_wpCacheSetLastChanged extends WP_UnitTestCase {
    1010
    1111    /**
  • trunk/tests/phpunit/tests/functions/wpParseSlugList.php

    r57725 r57733  
    22
    33/**
    4  * Tests for the wp_parse_slug_list function.
     4 * Tests for the wp_parse_slug_list() function.
    55 *
    66 * @group functions
     
    88 * @covers ::wp_parse_slug_list
    99 */
    10 class Tests_functions_wpParseSlugList extends WP_UnitTestCase {
     10class Tests_Functions_wpParseSlugList extends WP_UnitTestCase {
    1111
    1212    /**
     
    2121
    2222    /**
    23      * data for test_wp_parse_slug_list
    24      *
    25      * @ticket 60217
     23     * Data provider for test_wp_parse_slug_list().
    2624     *
    2725     * @return array[]
Note: See TracChangeset for help on using the changeset viewer.