mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
MDL-30643 fixed statslib test start timestamp
This commit is contained in:
parent
79fc5f5294
commit
6b1a2e4a0d
@ -37,7 +37,7 @@ class statslib_daily_testcase extends advanced_testcase {
|
||||
const STID = 5;
|
||||
|
||||
/** The day to use for testing **/
|
||||
const DAY = 1272700810; // 1272758400
|
||||
const DAY = 1272657610; //1272700810; // 1272758400
|
||||
|
||||
/** @var array The list of temporary tables created for the statistic calculations **/
|
||||
protected $tables = array('temp_log1', 'temp_log2', 'temp_stats_daily', 'temp_stats_user_daily');
|
||||
|
Loading…
x
Reference in New Issue
Block a user