Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

(no description)

File Size: 158 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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.

return: array
param: int $userid
param: ?int $groupid

test_get_group_list()   X-Ref
Test report_log_renderable::get_group_list().

return: void