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 the request helper.

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

Defines 1 class


Class: request_helper_test  - X-Ref

Tests for the \core_privacy API's request helper functionality.

test_get_context_data_context_module()   X-Ref
Test that basic module data is returned.


test_get_context_data_context_block()   X-Ref
Test that basic block data is returned.


test_get_context_data_context_module_completion()   X-Ref
Test that a course moudle with completion tracking enabled has the completion data returned.


test_export_context_files_context_module_no_files()   X-Ref
Test that when there are no files to export for a course module context, nothing is exported.


test_export_context_files_context_course_no_files()   X-Ref
Test that when there are no files to export for a course context, nothing is exported.


test_export_context_files_context_course_intro_files()   X-Ref
Test that when there are files to export for a course context, the files are exported.