Make WordPress Core


Ignore:
Timestamp:
02/28/2024 09:44:40 AM (15 months ago)
Author:
swissspidy
Message:

Tests: Address capitalization and docblock inconsistencies in some test class names.

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

Props swissspidy, costdev.
See #59647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/wpListSort.php

    r56971 r57735  
    2121    }
    2222
     23    /**
     24     * Data provider.
     25     *
     26     * @return array[]
     27     */
    2328    public function data_wp_list_sort() {
    2429        return array(
     
    346351    }
    347352
     353    /**
     354     * Data provider.
     355     *
     356     * @return array[]
     357     */
    348358    public function data_wp_list_sort_preserve_keys() {
    349359        return array(
Note: See TracChangeset for help on using the changeset viewer.