Changeset 53564 for trunk/tests/phpunit/tests/cron/setCronArray.php
- Timestamp:
- 06/23/2022 08:41:22 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/cron/setCronArray.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cron/setCronArray.php
r53492 r53564 25 25 * 26 26 * Includes verifying that invalid input - typically `false` - does not result in a PHP 27 * deprecation noticeon PHP 8.1 or higher.27 * deprecation warning on PHP 8.1 or higher. 28 28 * 29 * The noticethat we should not see:29 * The warning that we should not see: 30 30 * `Deprecated: Automatic conversion of false to array is deprecated`. 31 31 *
Note: See TracChangeset
for help on using the changeset viewer.