Make WordPress Core

Changeset 60220 for trunk


Ignore:
Timestamp:
05/05/2025 01:52:30 AM (16 months ago)
Author:
peterwilsoncc
Message:

Build/Test Tools: Adds summaries to each of the Tests_Basic test methods.

See #63167.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/basic.php

    r60219 r60220  
    99
    1010        /**
     11         * Test copyright year in license.txt.
     12         *
    1113         * @coversNothing
    1214         */
     
    2426
    2527        /**
     28         * Test latest stable version is included in SECURITY.md.
     29         *
    2630         * @coversNothing
    2731         */
     
    4044
    4145        /**
     46         * Test the version number in package.json is correct.
     47         *
    4248         * @coversNothing
    4349         */
     
    5864
    5965        /**
     66         * Test engines.node is included in package.json.
     67         *
    6068         * @depends test_package_json
    6169         *
Note: See TracChangeset for help on using the changeset viewer.