Skip to content

Commit

Permalink
MDL-30643 statslib test - remove using $CFG->timezone=99 for unit tes…
Browse files Browse the repository at this point in the history
…t as it clashes with test data in other tz
  • Loading branch information
Aparup Banerjee committed Nov 12, 2012
1 parent 7d27055 commit 9540a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/statslib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected function setUp() {
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;
Expand Down

0 comments on commit 9540a7d

Please sign in to comment.