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.

Differences Between: [Versions 401 and 402] [Versions 401 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