Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Unit Tests for a the collection of contextlists class

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

Defines 1 class


Class: contextlist_collection_test  - X-Ref

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

test_supports_contextlist()   X-Ref
A contextlist_collection should support the contextlist type.


test_supports_approved_contextlist()   X-Ref
A contextlist_collection should support the approved_contextlist type.


test_get_contextlist_for_component()   X-Ref
Ensure that get_contextlist_for_component returns the correct contextlist.


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


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


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


test_iteration()   X-Ref
Ensure that the contextlist_collection iterates over the set of contextlists.


test_get_userid()   X-Ref
Test that the userid is correctly returned.


test_add_without_component()   X-Ref
Test that an exception is thrown if a contextlist does not contain a component.