Make WordPress Core


Ignore:
Timestamp:
02/28/2024 09:44:40 AM (12 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/maybeSerialize.php

    r56971 r57735  
    5454     * Data provider for `test_maybe_unserialize()`.
    5555     *
    56      * @return array
     56     * @return array[]
    5757     */
    5858    public function data_is_serialized() {
     
    122122     * Data provider for `test_maybe_serialize()`.
    123123     *
    124      * @return array
     124     * @return array[]
    125125     */
    126126    public function data_is_not_serialized() {
     
    230230     * Data provider for test_deserialize_request_utility_filtered_iterator_objects().
    231231     *
    232      * @return array
     232     * @return array[]
    233233     */
    234234    public function data_serialize_deserialize_objects() {
Note: See TracChangeset for help on using the changeset viewer.