Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 402] [Versions 400 and 403]

(no description)

File Size: 206 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 mod/quiz/tests/quiz_question_helper_test_trait.php

Defines 1 class

qbank_helper_test:: (4 methods):
  setUp()
  test_reference_records()
  test_get_question_structure()
  test_get_question_structure_with_drafts()


Class: qbank_helper_test  - X-Ref

Qbank helper test for quiz.

setUp()   X-Ref
Called before every test.


test_reference_records()   X-Ref
Test reference records.


test_get_question_structure()   X-Ref
Test question structure data.


test_get_question_structure_with_drafts()   X-Ref
When a question only has draft versions, we should get those and not a dummy question.

return: void