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 311 and 400] [Versions 400 and 402] [Versions 400 and 403]

(no description)

File Size: 355 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

grades_external_test:: (3 methods):
  load_test_data()
  test_update_grades()
  test_create_gradecategory()


Class: grades_external_test  - X-Ref

Grades functions unit tests

Unit tests for the grade API at /lib/classes/grades_external.php

load_test_data($assignmentname, $student1rawgrade, $student2rawgrade)   X-Ref
Load initial test information

return: array                    Array of vars with test information
param: string $assignmentname   Assignment name
param: int $student1rawgrade    Student 1 grade
param: int $student2rawgrade    Student 2 grade

test_update_grades()   X-Ref
Test update_grades()


test_create_gradecategory()   X-Ref
Test create_gradecategory.

return: void