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 39 and 310]

Events tests.

Copyright: 2019 the Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 178 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: core_question_category_class_testcase  - X-Ref

setUp()   X-Ref


test_add_category_no_idnumber()   X-Ref
Test creating a category.


test_add_category_set_idnumber_0()   X-Ref
Test creating a category with a tricky idnumber.


test_add_category_try_to_set_duplicate_idnumber()   X-Ref
Trying to add a category with duplicate idnumber blanks it.
(In reality, this would probably get caught by form validation.)


test_update_category()   X-Ref
Test updating a category.


test_update_category_removing_idnumber()   X-Ref
Test updating a category to remove the idnumber.


test_update_category_dont_change_idnumber()   X-Ref
Test updating a category without changing the idnumber.


test_update_category_try_to_set_duplicate_idnumber()   X-Ref
Trying to update a category so its idnumber duplicates idnumber blanks it.
(In reality, this would probably get caught by form validation.)