moodle/sms
Andrew Nicols 3b1118cfd4
MDL-83468 phpunit: assertEqualsCanonicalizing now compares keys too
In previous versions of PHPUnit, the `assertEqualsCanonicalizing()`
method compared values only, ignoring the keys entirely. Since PHPUnit
10 the method now checks keys where they are non-numeric.

To solve this we call `array_values()`.
2025-01-20 16:47:56 +01:00
..
amd MDL-81924 core_sms: Add SMS gateway management UI 2024-09-23 10:53:30 +07:00
classes MDL-81825 theme_boost: Refactor .sr-only usages for BS5 2024-12-10 14:02:32 +01:00
gateway/aws NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
templates MDL-82939 core_sms: Update lang strings 2024-09-27 13:38:55 +08:00
tests MDL-83468 phpunit: assertEqualsCanonicalizing now compares keys too 2025-01-20 16:47:56 +01:00
configure.php MDL-83691 core_sms: Avoid saving unnecessary data in the database 2024-12-13 10:17:05 +07:00
sms_gateways.php MDL-82939 core_sms: Update lang strings 2024-09-27 13:38:55 +08:00
UPGRADING.md NOBUG: Add upgrade notes 2024-10-05 15:08:28 +08:00