moodle/customfield
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-79064 core: Update all get_strings as uses 2023-08-29 10:57:54 +08:00
classes MDL-82877 customfield: pass correct instanceid for restore structure. 2024-11-04 15:32:04 +00:00
field NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
templates MDL-75671 theme_boost: Refactor text direction classes for BS5 2024-08-09 07:40:17 +02:00
tests MDL-83468 phpunit: assertEqualsCanonicalizing now compares keys too 2025-01-20 16:47:56 +01:00
externallib.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
lib.php MDL-68435 customfield: fix plugin file serving callbacks. 2023-09-04 10:45:16 +01:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
UPGRADING.md NOBUG: Add upgrade notes 2024-10-05 15:08:28 +08:00