diff --git a/lib/simpletest/fixtures/gradetest.php b/lib/simpletest/fixtures/gradetest.php index f7748ac5040..a8fe7ec18b1 100644 --- a/lib/simpletest/fixtures/gradetest.php +++ b/lib/simpletest/fixtures/gradetest.php @@ -172,6 +172,16 @@ class grade_test extends UnitTestCaseUsingDatabase { /** * Load grade_category data into the database, and adds the corresponding objects to this class' variable. + * category structure: + course category + | + +--------+-------------+ + | | + unittestcategory1 level1category + | + +--------+-------------+ + | | + unittestcategory2 unittestcategory3 */ function load_grade_categories() { global $DB;