mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-59919-master' of git://github.com/ryanwyllie/moodle
This commit is contained in:
commit
63b384d02a
6 changed files with 100 additions and 14 deletions
|
@ -1500,6 +1500,7 @@ class core_calendar_externallib_testcase extends externallib_advanced_testcase {
|
|||
'description' => [
|
||||
'text' => '',
|
||||
'format' => 1,
|
||||
'itemid' => 0
|
||||
],
|
||||
'duration' => 1,
|
||||
'timedurationuntil' => [
|
||||
|
@ -1623,6 +1624,7 @@ class core_calendar_externallib_testcase extends externallib_advanced_testcase {
|
|||
'description' => [
|
||||
'text' => '',
|
||||
'format' => 1,
|
||||
'itemid' => 0
|
||||
],
|
||||
'duration' => 1,
|
||||
'timedurationuntil' => [
|
||||
|
@ -1750,6 +1752,7 @@ class core_calendar_externallib_testcase extends externallib_advanced_testcase {
|
|||
'description' => [
|
||||
'text' => '',
|
||||
'format' => 1,
|
||||
'itemid' => 0,
|
||||
],
|
||||
'duration' => 1,
|
||||
'timedurationuntil' => [
|
||||
|
@ -1949,6 +1952,7 @@ class core_calendar_externallib_testcase extends externallib_advanced_testcase {
|
|||
'description' => [
|
||||
'text' => '',
|
||||
'format' => 1,
|
||||
'itemid' => 0
|
||||
],
|
||||
'duration' => 1,
|
||||
'timedurationuntil' => [
|
||||
|
@ -2020,6 +2024,7 @@ class core_calendar_externallib_testcase extends externallib_advanced_testcase {
|
|||
'description' => [
|
||||
'text' => '',
|
||||
'format' => 1,
|
||||
'itemid' => 0
|
||||
],
|
||||
'duration' => 1,
|
||||
'timedurationuntil' => [
|
||||
|
@ -2092,6 +2097,7 @@ class core_calendar_externallib_testcase extends externallib_advanced_testcase {
|
|||
'description' => [
|
||||
'text' => '',
|
||||
'format' => 1,
|
||||
'itemid' => 0
|
||||
],
|
||||
'duration' => 1,
|
||||
'timedurationuntil' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue