moodle/completion
Jun Pataleta e789f013b4 MDL-70815 core_completion: Unit tests for activity_custom_completion
Tests cover
 - get_overall_completion_state()
 - is_available()
 - validate_rule()
Tests don't cover
 - methods that rely on static methods such as:
   - is_defined()
 - static methods in the class because they can't be mocked
 - abstract methods that can be tested better by the plugins
   that extend activity_custom_completion such as:
   - get_state()
   - get_defined_custom_rules()
   - get_custom_rule_descriptions()
2021-03-09 20:18:59 +08:00
..
classes MDL-70815 core_completion: Activity custom completion details base class 2021-03-09 20:18:59 +08:00
criteria MDL-67115 core: php74 params order for implode()/join() 2020-01-19 18:47:07 +01:00
tests MDL-70815 core_completion: Unit tests for activity_custom_completion 2021-03-09 20:18:59 +08:00
completion_aggregation.php
completion_completion.php MDL-65976 completion: New course completion message provider 2020-09-29 13:41:49 +02:00
completion_criteria_completion.php
data_object.php MDL-55136 data_object: fix param handling in fetch_all_helper 2016-07-06 10:33:06 +01:00
upgrade.txt MDL-65056 completion: Hide checkboxes on course page for teachers 2019-04-19 11:40:00 +02:00