mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-34941 correct timestamp range: startdate of external fct create_course PHPunit test
This commit is contained in:
parent
c92d6f417c
commit
4491273b1a
@ -315,7 +315,7 @@ class core_course_external_testcase extends externallib_advanced_testcase {
|
||||
$course2['format'] = 'weeks';
|
||||
$course2['showgrades'] = 1;
|
||||
$course2['newsitems'] = 3;
|
||||
$course2['startdate'] = 32882306400; // 01/01/3012
|
||||
$course2['startdate'] = 1420092000; // 01/01/2015
|
||||
$course2['numsections'] = 4;
|
||||
$course2['maxbytes'] = 100000;
|
||||
$course2['showreports'] = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user