maths / moodle-qtype_stack

Stack question type for Moodle
GNU General Public License v3.0
138 stars 147 forks source link

Behat fix #1181

Closed EJMFarrow closed 2 months ago

EJMFarrow commented 2 months ago

Issue was newer versions of Moodle default to async backup - this breaks the Behat tests. I had to set the config (and then oddly go into the admin page and save it to make it stick but oh well).

Language issue on the unit tests was user setting taking priority over config setting. I now blank the user setting to reinstate previous behaviour.

sangwinc commented 2 months ago

Thanks so much @EJMFarrow for sorting this out. Much appreciated.