| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
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 |
request_helper_test:: (6 methods):
test_get_context_data_context_module()
test_get_context_data_context_block()
test_get_context_data_context_module_completion()
test_export_context_files_context_module_no_files()
test_export_context_files_context_course_no_files()
test_export_context_files_context_course_intro_files()
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. |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |