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: datalib_reporting_queries_test  - X-Ref

Unit tests for the parts of {@link question_engine_data_mapper} related to reporting.

test_reporting_queries()   X-Ref
Test the various methods that load data for reporting.

Since these methods need an expensive set-up, and then only do read-only
operations on the data, we use a single method to do the set-up, which
calls diffents methods to test each query.

dotest_load_questions_usages_latest_steps($slots)   X-Ref
This test is executed by {@link test_reporting_queries()}.

param: array|null $slots list of slots to use in the call.

dotest_load_questions_usages_question_state_summary($slots)   X-Ref
This test is executed by {@link test_reporting_queries()}.

param: array|null $slots list of slots to use in the call.

dotest_load_questions_usages_where_question_in_state()   X-Ref
This test is executed by {@link test_reporting_queries()}.


dotest_load_average_marks($slots)   X-Ref
This test is executed by {@link test_reporting_queries()}.

param: array|null $slots list of slots to use in the call.

dotest_sum_usage_marks_subquery()   X-Ref
This test is executed by {@link test_reporting_queries()}.


dotest_question_attempt_latest_state_view()   X-Ref
This test is executed by {@link test_reporting_queries()}.


test_quiz_with_description_questions_recalculate_statistics()   X-Ref
Test that a Quiz with only description questions wont break \quiz_statistics\task\recalculate.