diff --git a/tests/privacy_test.php b/tests/privacy_test.php index dd4abf4e..520eca12 100644 --- a/tests/privacy_test.php +++ b/tests/privacy_test.php @@ -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; diff --git a/tests/scheduler_test.php b/tests/scheduler_test.php index 41429ebb..7f191d9a 100644 --- a/tests/scheduler_test.php +++ b/tests/scheduler_test.php @@ -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;