Make WordPress Core


Ignore:
Timestamp:
06/23/2022 08:27:34 PM (4 years ago)
Author:
azaozz
Message:

Build/Test Tools, Formatting group:

  • Add and update @covers tags.
  • Add and improve docs and inline comments.

Props pbeane, hellofromTonya, antonvlasenko, ironprogrammer, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/sanitizeOrderby.php

    r52010 r53562  
    33/**
    44 * @group sanitize_sql_orderby
     5 *
     6 * @covers ::sanitize_sql_orderby
    57 */
    68class Tests_Formatting_SanitizeOrderby extends WP_UnitTestCase {
    79
    810    /**
    9      * @covers ::sanitize_sql_orderby
    1011     * @dataProvider valid_orderbys
    1112     */
     
    3435
    3536    /**
    36      * @covers ::sanitize_sql_orderby
    3737     * @dataProvider invalid_orderbys
    3838     */
Note: See TracChangeset for help on using the changeset viewer.