mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
MDL-30643 statslib test - remove using $CFG->timezone=99 for unit test as it clashes with test data in other tz
This commit is contained in:
parent
7d2705568e
commit
9540a7d0b8
@ -85,7 +85,7 @@ class statslib_daily_testcase extends advanced_testcase {
|
||||
parent::setUp();
|
||||
|
||||
// Settings to force statistic to run during testing
|
||||
$CFG->timezone = 99;
|
||||
$CFG->timezone = 8;
|
||||
$CFG->statsfirstrun = 'all';
|
||||
$CFG->statslastdaily = 0;
|
||||
$CFG->statslastexecution = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user