catalyst / moodle-tool_crawler

A moodle link crawling robot, find broken, slow and oversized links
https://moodle.org/plugins/tool_crawler
10 stars 17 forks source link

Update unit tests for Moodle 3.10+ #181

Closed petersistrom closed 10 months ago

petersistrom commented 10 months ago

In Moodle 3.10 - Breaking change: All the "template methods" (setUp(), tearDown()...) now require to return void. https://github.com/moodle/moodle/blob/master/lib/upgrade.txt#L772