-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
There are 4 testSum tests, each including the sum of ["a", true, false, null]. The implementation of Sum uses array_sum, which throws a warning when values cannot be converted to int or float under PHP 8.3 (manual page). This causes the test suite to fail, so these tests should be changed or dropped, or modified to expect a warning from PHP 8.3 onwards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels