-
Bug
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-39020-master -
- run phpunit --debug --verbose
- Make sure all tests in calendar/tests/externallib_test.php are executed and they pass
The test file has the wrong suffix (currently _tests.php - should be _test.php). This causes it to be skipped by phpunit when running all the tests. I filed a MDLSITE bug about detecting the missing tests (but not quite sure if that is possible). This bug is just about fixing the calendar unit tests.
(+1 for backporting the fix)
- Testing discovered
-
MDL-37562 Api for updating calendar subscriptions
- Closed