Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Class: helper_test  - X-Ref

PHPUnit tests for helper class.

test_is_valid_seb_config()   X-Ref
Test that we can check valid seb string.


test_get_seb_file_headers()   X-Ref
Test that we can get seb file headers.


test_can_not_get_config_content_with_invalid_cmid()   X-Ref
Test that the course module must exist to get a seb config file content.


test_can_not_get_config_content_when_user_not_enrolled_in_course()   X-Ref
Test that the user must be enrolled to get seb config content.


test_can_not_get_config_content_if_config_not_found_for_cmid()   X-Ref
Test that if SEB quiz settings can't be found, a seb config content won't be provided.


test_can_not_get_config_content_if_config_empty()   X-Ref
That that if config is empty for a quiz, a seb config content won't be provided.


test_config_provided()   X-Ref
Test config content is provided successfully.