Skip to content

Commit

Permalink
Skip test if gradingform_rubric_ranges not installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaherne committed Apr 25, 2024
1 parent df53d5a commit 329cc9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/locallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ class locallib_test extends \advanced_testcase {
* @var int
*/
public $assign;

/**
* @var int the id of the generated course
*/
private int $courseid;

/**
Expand Down

0 comments on commit 329cc9c

Please sign in to comment.