Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

(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.

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

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

return: void