Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 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 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

Unit tests for grade/report/lib.php.

Author: Andrew Davis
License: http://www.gnu.org/copyleft/gpl.html GNU Public License
File Size: 226 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

grade_report_test:: (4 methods):
  __construct()
  blank_hidden_total_and_adjust_bounds()
  process_data()
  process_action()

core_grade_reportlib_testcase:: (1 method):
  test_blank_hidden_total_and_adjust_bounds()


Class: grade_report_test  - X-Ref

A test class used to test grade_report, the abstract grade report parent class

__construct($courseid, $gpr, $context, $user)   X-Ref
No description

blank_hidden_total_and_adjust_bounds($courseid, $courseitem, $finalgrade)   X-Ref
A wrapper around blank_hidden_total_and_adjust_bounds() to allow test code to call it directly


process_data($data)   X-Ref
Implementation of the abstract method process_data()


process_action($target, $action)   X-Ref
Implementation of the abstract method process_action()


Class: core_grade_reportlib_testcase  - X-Ref

Tests grade_report, the parent class for all grade reports.

test_blank_hidden_total_and_adjust_bounds()   X-Ref
Tests grade_report::blank_hidden_total_and_adjust_bounds()