moodle/blocks/comments
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
..
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
db MDL-34270 blocks: Adding clonepermissionsfrom to the new capability definitions 2012-11-05 12:28:09 +08:00
lang/en MDL-62005 block_comments: Add implementation of Privacy API 2018-04-30 18:20:04 +10:00
tests MDL-83468 phpunit: assertEqualsCanonicalizing now compares keys too 2025-01-20 16:47:56 +01:00
block_comments.php MDL-73339 comments: Add block only if main feature is enabled 2021-12-30 13:17:49 +01:00
lib.php MDL-78300 block: Determine if users can comment based on context 2024-02-07 02:34:19 +01:00
version.php NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00