Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402] [Versions 402 and 403]
(no description)
File Size: | 1047 lines (47 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
externallib_test:: (16 methods):
test_create_groups()
test_create_group_invalid_visibility()
test_update_groups()
test_update_groups_invalid_visibility()
test_update_groups_visibility_with_members()
test_update_groups_participation_with_members()
test_get_groups()
test_delete_groups()
test_create_update_groupings()
test_get_groupings()
test_delete_groupings()
test_get_course_user_groups()
test_get_activity_allowed_groups()
test_get_activity_groupmode()
test_add_group_members()
test_delete_group_members()
Class: externallib_test - X-Ref
Group external PHPunit teststest_create_groups() X-Ref |
Test create_groups |
test_create_group_invalid_visibility() X-Ref |
Test that creating a group with an invalid visibility value throws an exception. return: void |
test_update_groups() X-Ref |
Test update_groups |
test_update_groups_invalid_visibility() X-Ref |
Test an exception is thrown when an invalid visibility value is passed in an update. return: void |
test_update_groups_visibility_with_members() X-Ref |
Attempting to change the visibility of a group with members should throw an exception. return: void |
test_update_groups_participation_with_members() X-Ref |
Attempting to change the participation field of a group with members should throw an exception. return: void |
test_get_groups() X-Ref |
Test get_groups |
test_delete_groups() X-Ref |
Test delete_groups |
test_create_update_groupings() X-Ref |
Test create and update groupings. return: void |
test_get_groupings() X-Ref |
Test get_groupings |
test_delete_groupings() X-Ref |
Test delete_groupings. |
test_get_course_user_groups() X-Ref |
Test get_groups |
test_get_activity_allowed_groups() X-Ref |
Test get_activity_allowed_groups |
test_get_activity_groupmode() X-Ref |
Test get_activity_groupmode |
test_add_group_members() X-Ref |
Test add_group_members. |
test_delete_group_members() X-Ref |
Test delete_group_members. |