MDL-34684 tool_health: Course categories checking refinements
authorDavid Monllao <davidm@moodle.com>
Mon, 24 Nov 2014 05:57:47 +0000 (13:57 +0800)
committerDavid Monllao <davidm@moodle.com>
Thu, 4 Dec 2014 03:37:16 +0000 (11:37 +0800)
commita1ceaf894b602c29633e7ca2f9021cdfc9718b35
tree5fa7fb4fecdf284402c15257b01bffc26369c6e4
parent8db188c8cc419895e8149d723e76f411341ff13a
MDL-34684 tool_health: Course categories checking refinements

Minor changes:
- Updating all course categories that are part of a loop
- Moved functions to tool_health scope
- Moved tests to tool_health scope
- Raised issue importance
- Minor coding style changes

Thanks to Marko Vidberg.
admin/tool/health/index.php
admin/tool/health/locallib.php [new file with mode: 0644]
admin/tool/health/tests/healthlib_test.php [moved from lib/tests/adminlib_test.php with 56% similarity]
lib/adminlib.php