Open aspark21 opened 7 months ago
Interesting, I will investigate
Found this where it was fixed in core: https://tracker.moodle.org/browse/MDL-79507 https://github.com/moodle/moodle/commit/f462a48202507f61ce44b8ee0030ce47c1fbbbd8
Quite likely to be due to this change https://tracker.moodle.org/browse/MDL-80087 https://github.com/moodle/moodle/commit/b7a7263c17e2006d3873c8ece28ea2ba277abf86
not that it helps with what a fix might look like
I suspect it is a test failure rather than a plugin failure, but I am keen all my tests pass
full test run has now completed with MDL-80087 reverted and this resolves those failing tests, so that's definitely where it's coming from
Hi Alistair, I am not entirely sure why the unit tests ever worked under PHP 8.2. However as a result of his commit https://github.com/marcusgreen/moodle-qtype_gapfill/commit/69988aa31345ed9f9ca57ac02a4b4443b0f91ad7 They now work as expected on the CI. Can you confirm it works for you
Thanks Marcus!
Tests running now, results should be in in about 3.5h.
PHP8.1 Moodle 4.3 stable
New PHPUnit failures since Thursday. Seems it could be due to the core weekly release rather than the plugin update