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