See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 401 and 403]
Unit tests for mod_lti lib
Copyright: | 2015 Juan Leyva <juan@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 457 lines (18 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
lib_test:: (11 methods):
setUpBeforeClass()
test_lti_view()
test_lti_delete_instance()
test_lti_core_calendar_provide_event_action()
test_lti_core_calendar_provide_event_action_as_non_user()
test_lti_core_calendar_provide_event_action_for_user()
test_lti_core_calendar_provide_event_action_already_completed()
test_lti_core_calendar_provide_event_action_already_completed_as_non_user()
test_lti_core_calendar_provide_event_action_already_completed_for_user()
create_action_event()
test_content_item_callbacks()
setUpBeforeClass() X-Ref |
Prepares things before this test case is initialised return: void |
test_lti_view() X-Ref |
Test lti_view return: void |
test_lti_delete_instance() X-Ref |
Test deleting LTI instance. |
test_lti_core_calendar_provide_event_action() X-Ref |
No description |
test_lti_core_calendar_provide_event_action_as_non_user() X-Ref |
No description |
test_lti_core_calendar_provide_event_action_for_user() X-Ref |
No description |
test_lti_core_calendar_provide_event_action_already_completed() X-Ref |
No description |
test_lti_core_calendar_provide_event_action_already_completed_as_non_user() X-Ref |
No description |
test_lti_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 |
test_content_item_callbacks() X-Ref |
Test verifying the output of the lti_get_course_content_items and lti_get_all_content_items callbacks. |