Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
61935431
Commit
61935431
authored
Nov 10, 2015
by
Eloy Lafuente
Committed by
Dan Poltawski
Nov 11, 2015
Browse files
Merge branch 'wip-mdl-52066-m28' of
https://github.com/rajeshtaneja/moodle
into MOODLE_28_STABLE
parents
097fe73b
ed611437
Changes
1
Hide whitespace changes
Inline
Side-by-side
calendar/tests/lib_test.php
View file @
61935431
...
...
@@ -78,13 +78,8 @@ class core_calendar_lib_testcase extends advanced_testcase {
global
$CFG
;
require_once
(
$CFG
->
dirroot
.
'/lib/cronlib.php'
);
// Moodle ICal URL (moodle.org events).
$presetwhat
=
'all'
;
$presettime
=
'recentupcoming'
;
$userid
=
1
;
$authtoken
=
'a8bcfee2fb868a05357f650bd65dc0699b026524'
;
$subscriptionurl
=
'https://moodle.org/calendar/export_execute.php'
.
'?preset_what='
.
$presetwhat
.
'&preset_time='
.
$presettime
.
'&userid='
.
$userid
.
'&authtoken='
.
$authtoken
;
// ICal URL from external test repo.
$subscriptionurl
=
$this
->
getExternalTestFileUrl
(
'/ical.ics'
);
$subscription
=
new
stdClass
();
$subscription
->
eventtype
=
'site'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment