Make WordPress Core

Changeset 60224


Ignore:
Timestamp:
05/06/2025 02:39:22 AM (12 months ago)
Author:
peterwilsoncc
Message:

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

Reviewed by jorbin.
(See https://core.trac.wordpress.org/ticket/63390#comment:5)
Merges [60220] to the 6.8 branch.

See #63167.

Location:
branches/6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

  • branches/6.8/tests/phpunit/tests/basic.php

    r60223 r60224  
    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.