See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 310] [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
Unit tests for the activity label's lib.
Copyright: | 2017 Mark Nelson <markn@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 237 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mod_label_lib_testcase:: (8 methods):
setUp()
test_label_core_calendar_provide_event_action()
test_label_core_calendar_provide_event_action_as_non_user()
test_label_core_calendar_provide_event_action_in_hidden_section()
test_label_core_calendar_provide_event_action_for_user()
test_label_core_calendar_provide_event_action_already_completed()
test_label_core_calendar_provide_event_action_already_completed_for_user()
create_action_event()
Class: mod_label_lib_testcase - X-Ref
Unit tests for the activity label's lib.setUp() X-Ref |
Set up. |
test_label_core_calendar_provide_event_action() X-Ref |
No description |
test_label_core_calendar_provide_event_action_as_non_user() X-Ref |
No description |
test_label_core_calendar_provide_event_action_in_hidden_section() X-Ref |
No description |
test_label_core_calendar_provide_event_action_for_user() X-Ref |
No description |
test_label_core_calendar_provide_event_action_already_completed() X-Ref |
No description |
test_label_core_calendar_provide_event_action_already_completed_for_user() X-Ref |
No description |
create_action_event($courseid, $instanceid, $eventtype) X-Ref |
Creates an action event. param: int $courseid The course id. param: int $instanceid The instance id. param: string $eventtype The event type. return: bool|calendar_event |