Make WordPress Core


Ignore:
Timestamp:
02/21/2022 02:50:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use third-person singular verbs in some test descriptions in phpunit/tests/functions/.

Follow-up to [42971], [45371], [46159], [46175], [47779], [50962], [50964], [51910], [52778].

Props azouamauriac, SergeyBiryukov.
See #54725.

File:
1 edited

Legend:

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

    r50966 r52780  
    1212
    1313    /**
    14      * Test _wp_array_set() with invalid parameters.
     14     * Tests _wp_array_set() with invalid parameters.
    1515     *
    1616     * @ticket 53175
     
    5454
    5555    /**
    56      * Test _wp_array_set() with simple non-subtree path.
     56     * Tests _wp_array_set() with simple non-subtree path.
    5757     *
    5858     * @ticket 53175
     
    8585
    8686    /**
    87      * Test _wp_array_set() with subtree paths.
     87     * Tests _wp_array_set() with subtree paths.
    8888     *
    8989     * @ticket 53175
Note: See TracChangeset for help on using the changeset viewer.