Make WordPress Core


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

Build/Test Tools: Add missing @covers tags and fix the docs for the Cron test group.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/cron/setCronArray.php

    r53492 r53564  
    2525     *
    2626     * Includes verifying that invalid input - typically `false` - does not result in a PHP
    27      * deprecation notice on PHP 8.1 or higher.
     27     * deprecation warning on PHP 8.1 or higher.
    2828     *
    29      * The notice that we should not see:
     29     * The warning that we should not see:
    3030     * `Deprecated: Automatic conversion of false to array is deprecated`.
    3131     *
Note: See TracChangeset for help on using the changeset viewer.