Make WordPress Core

Changeset 59068


Ignore:
Timestamp:
09/19/2024 06:12:36 PM (9 months ago)
Author:
hellofromTonya
Message:

Tests: Remove use of E_STRICT.

The E_STRICT constant is deprecated as of PHP 8.4 and will be removed in PHP 9.0.

The error level hasn't been in use since PHP 8.0 anyway, so removing the exclusion from the error_reporting() setting in the install.php script used in the tests should make no difference in practice.

Ref:

Follow-up to [25002].

Props jrf.
See #62061.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.