(no description)
File Size: | 158 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
renderable_test:: (4 methods):
setUp()
test_get_user_list()
fetch_users_from_renderable()
test_get_group_list()
Class: renderable_test - X-Ref
Class report_log\renderable_test to cover functions in \report_log_renderable.setUp() X-Ref |
Set up a course with two groups, three students being each in one of the groups, two teachers each in either group while the second teacher is also member of the other group. return: void |
test_get_user_list() X-Ref |
Test report_log_renderable::get_user_list(). return: void |
fetch_users_from_renderable(int $userid, ?int $groupid = 0) X-Ref |
Helper function to return a list of user ids from the renderable object. param: int $userid param: ?int $groupid return: array |
test_get_group_list() X-Ref |
Test report_log_renderable::get_group_list(). return: void |