Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Unit Tests for a the collection of userlists class

Copyright: 2018 Andrew Nicols <andrew@nicols.co.uk>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 182 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: userlist_collection_test  - X-Ref

Tests for the \core_privacy API's userlist collection functionality.

test_supports_userlist()   X-Ref
A userlist_collection should support the userlist type.


test_supports_approved_userlist()   X-Ref
A userlist_collection should support the approved_userlist type.


test_get_userlist_for_component()   X-Ref
Ensure that get_userlist_for_component returns the correct userlist.


test_get_userlist_for_component_not_found()   X-Ref
Ensure that get_userlist_for_component does not die horribly when querying a non-existent component.


test_duplicate_addition_throws()   X-Ref
Ensure that a duplicate userlist in the collection throws an Exception.


test_countable()   X-Ref
Ensure that the userlist_collection is countable.


test_iteration()   X-Ref
Ensure that the userlist_collection iterates over the set of userlists.


test_get_context()   X-Ref
Test that the context is correctly returned.