Skip to content

Commit

Permalink
Update questiontype_test.php PHP8.2 class field creation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen authored Apr 28, 2024
1 parent add1c8f commit 94cef22
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/questiontype_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@
class questiontype_test extends \advanced_testcase {

/**
* explained here https://docs.moodle.org/dev/Unit_test_API
* @var qtype_gapfill $gapfill
* An instance of the question type
*/
public $qtype;

public $gapstofill;

/**
* Explained here https://docs.moodle.org/dev/Unit_test_API
* @var array
*/
protected static $includecoverage = array(
Expand Down

0 comments on commit 94cef22

Please sign in to comment.