mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-63684 core_calendar: Fix test_get_contexts_for_userid() test
This issue is part of the MDL-62560 Epic.
This commit is contained in:
parent
c844eafd6f
commit
77134a08b2
@ -104,7 +104,7 @@ class core_calendar_privacy_testcase extends provider_testcase {
|
||||
|
||||
// Add a Calendar Subscription and Group Calendar Event to Course 3.
|
||||
$this->create_test_calendar_subscription('course', 'https://calendar.google.com/', $user->id, 0, $course3->id);
|
||||
$this->create_test_standard_calendar_event('group', $user->id, time(), '', 0, $course1->id, $course3group->id);
|
||||
$this->create_test_standard_calendar_event('group', $user->id, time(), '', 0, $course3->id, $course3group->id);
|
||||
|
||||
// The user will be in these contexts.
|
||||
$usercontextids = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user