From 0bb3019e07d694c09bd6ef86d2484cde027bd43d Mon Sep 17 00:00:00 2001 From: Michael Aherne Date: Thu, 25 Apr 2024 12:13:01 +0100 Subject: [PATCH] Skip test if gradingform_rubric_ranges not installed. --- tests/locallib_test.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/locallib_test.php b/tests/locallib_test.php index 0205c47..7486c21 100644 --- a/tests/locallib_test.php +++ b/tests/locallib_test.php @@ -83,6 +83,11 @@ class locallib_test extends \advanced_testcase { public $assign; private int $courseid; + /** + * @var int the id of the generated course + */ + private int $courseid; + /** * Extract and install the mbz backup of a course * containing assignments using the advanced grading