Make WordPress Core


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

    r57278 r57735  
    2626     * Data provider for `test_is_serialized()`.
    2727     *
    28      * @return array
     28     * @return array[]
    2929     */
    3030    public function data_is_serialized() {
     
    9898     * Data provider for `test_is_serialized()`.
    9999     *
    100      * @return array
     100     * @return array[]
    101101     */
    102102    public function data_is_not_serialized() {
     
    193193    }
    194194
     195    /**
     196     * Data provider.
     197     *
     198     * @return array[]
     199     */
    195200    public function data_is_serialized_should_return_true_for_large_floats() {
    196201        return array(
Note: See TracChangeset for help on using the changeset viewer.