Skip to content

Commit

Permalink
Merge pull request #85 from jrchamp/fix/php-82-dynamic-properties
Browse files Browse the repository at this point in the history
tests: define class properties (PHP 8.2)
  • Loading branch information
PhMemmel authored Sep 26, 2023
2 parents c76c0d8 + ae2a52f commit 7f574e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/massaction_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class massaction_test extends advanced_testcase {
/**
* @var stdClass Course record.
*/
private $course;

/**
* @var stdClass User record.
*/
private $teacher;

/**
* Prepare testing.
*/
Expand Down

0 comments on commit 7f574e9

Please sign in to comment.