Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

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

Copyright: 2013 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 336 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 2 files
 question/engine/tests/helpers.php
 question/engine/lib.php

Defines 1 class


Class: question_engine_data_mapper_reporting_testcase  - 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()}.