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.

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.