Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

File containing tests for the helper.

Copyright: 2013 Frédéric Massart
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 501 lines (24 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: tool_uploadcourse_helper_testcase  - X-Ref

Helper test case.

test_generate_shortname()   X-Ref
No description

test_get_course_formats()   X-Ref
No description

test_get_enrolment_data()   X-Ref
No description

test_get_enrolment_plugins()   X-Ref
No description

test_get_restore_content_dir()   X-Ref
No description

test_get_role_ids()   X-Ref
No description

test_get_role_names()   X-Ref
No description

test_get_custom_course_field_data()   X-Ref
Test custom field data processing


test_increment_idnumber()   X-Ref
No description

test_increment_shortname()   X-Ref
No description

test_resolve_category()   X-Ref
No description

test_resolve_category_by_idnumber()   X-Ref
No description

test_resolve_category_by_path()   X-Ref
No description

get_customfield_generator()   X-Ref
Get custom field plugin generator

return: core_customfield_generator

create_custom_field(\core_customfield\category_controller $category, string $type, string $shortname,array $configdata = [])   X-Ref
Helper method to create custom course field

param: \core_customfield\category_controller $category
param: string $type
param: string $shortname
param: array $configdata
return: \core_customfield\field_controller