-
Bug
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-54964-master -
Seems like the newly implemented unit test for the existence of plugins supporting the Mobile app fails when the certificate module which now supports it is installed
https://travis-ci.org/aspark21/moodle/jobs/138745275#L1792
1) tool_mobile_external_testcase::test_get_plugins_supporting_mobile
Failed asserting that actual size 1 matches expected size 0.
/home/travis/build/aspark21/moodle/admin/tool/mobile/tests/externallib_test.php:53
/home/travis/build/aspark21/moodle/lib/phpunit/classes/advanced_testcase.php:80
To re-run:
vendor/bin/phpunit tool_mobile_external_testcase admin/tool/mobile/tests/externallib_test.php
https://tracker.moodle.org/browse/CONTRIB-6313
https://tracker.moodle.org/browse/MDL-49279
The failure is not very verbose and certificate seems like the only plugin which supports this so far so assuming that is the cause
- is a regression caused by
-
MDL-49279 Add support in moodle plugins for exporting "Mobile app addons"
-
- Closed
-