MDL-34941 correct timestamp range: startdate of external fct create_course PHPunit test

This commit is contained in:
Jerome Mouneyrac 2012-08-17 11:00:14 +08:00
parent c92d6f417c
commit 4491273b1a

View File

@ -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;