Make WordPress Core


Ignore:
Timestamp:
02/21/2022 02:50:07 PM (3 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/wpArraySliceAssoc.php

    r52774 r52780  
    1212
    1313    /**
    14      * Test wp_array_slice_assoc().
     14     * Tests wp_array_slice_assoc().
    1515     *
    1616     * @dataProvider data_wp_array_slice_assoc_arrays
     
    2727
    2828    /**
    29      * Test data for wp_array_slice_assoc().
     29     * Data provider for wp_array_slice_assoc().
    3030     *
    3131     * @return array
Note: See TracChangeset for help on using the changeset viewer.