moodlehq / moodle-availability_mobileapp

Control module and section access for Moodle Mobile app
GNU General Public License v3.0
1 stars 9 forks source link

Fix-8: Updated Declaration of availability_mobileapp_condition_testcase::setUp #10

Open michael-milette opened 1 year ago

michael-milette commented 1 year ago

This fix addresses the issue described in #8 , making the availability_mobileapp plugin's PHPUnit tests compatible with Moodle 3.10 and 3.11.

IMPORTANT NOTE: The declaration of setUp() becomes incompatible with versions of Moodle previous to 3.10. I would therefore recommend that this NOT be merged but rather that a new MOODLE_310_STABLE branch be created.

Best regards,

Michael Milette