Skip to content

Commit

Permalink
Merge pull request #56 from ewallah/main
Browse files Browse the repository at this point in the history
Dynamic properties deprecated
  • Loading branch information
bostelm authored Jul 25, 2024
2 parents e5bb848 + 583cb87 commit 43f2a59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/privacy_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ class privacy_test extends provider_testcase {
*/
protected $allstudents;

/**
* @var array all appointment ids involved in the scheduler
*/
protected $appointmentids;

protected function setUp(): void {
global $DB, $CFG;

Expand Down
5 changes: 5 additions & 0 deletions tests/scheduler_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ class scheduler_test extends \advanced_testcase {
*/
protected $slotid;

/**
* @var array all appointment ids involved in the scheduler
*/
protected $appointmentids;

protected function setUp(): void {
global $DB, $CFG;

Expand Down

0 comments on commit 43f2a59

Please sign in to comment.