mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
857f6385a4
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.