mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
3b1118cfd4
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()`.