issues
search
maths
/
moodle-qtype_stack
Stack question type for Moodle
GNU General Public License v3.0
142
stars
149
forks
source link
Iss1217 - Failing tests in API on master
#1218
Closed
EJMFarrow
closed
4 months ago
EJMFarrow
commented
4 months ago
Fixes #1217
Various PHP update issues:
Fix creation of MathJax URL using empty string rather than null.
Add question description to API question loader to avoid testing against null.
Rewrite API tests to avoid using a generic mock class which was causing a type mismatch issue.
Fixes #1217
Various PHP update issues: