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.

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401]

Manual enrolment tests.

Copyright: 2012 Petr Skoda {@link http://skodak.org}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 764 lines (44 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: lib_test  - X-Ref

Manual enrolment tests.

test_migrate_plugin_enrolments()   X-Ref
Test enrol migration function used when uninstalling enrol plugins.


test_expired()   X-Ref
No description

test_send_expiry_notifications()   X-Ref
No description

test_get_user_enrolment_actions()   X-Ref
Test for getting user enrolment actions.


test_default_enrolment_instance_acquires_correct_settings(stdClass $expectation, stdClass $globalsettings)   X-Ref
Test how the default enrolment instance inherits its settings from the global plugin settings.

param: stdClass $expectation
param: stdClass $globalsettings

default_enrolment_instance_data_provider()   X-Ref
Data provider for test_default_enrolment_instance_acquires_correct_settings().

return: array

test_enrolment_instance_is_updated(stdClass $expectation, stdClass $updatedata)   X-Ref
Tests an enrolment instance is updated properly.

param: stdClass $expectation
param: stdClass $updatedata

update_enrolment_instance_data_provider()   X-Ref
Data provider for test_enrolment_instance_is_updated().

return: array