mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 16:40:07 +01:00
With stricter typed param checks in php73, the 7th param of the getMockForAbstractClass() must be array, so previous code defaulting to null now throws a TypeError.