mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
Merge branch 'MDL-62214-master-fixup' of https://github.com/FMCorz/moodle
This commit is contained in:
commit
d1430a1e83
@ -58,7 +58,7 @@ class tool_messageinbound_manager_testcase extends provider_testcase {
|
||||
global $DB;
|
||||
|
||||
$now = time();
|
||||
$stale = time() - DAYSECS;
|
||||
$stale = $now - DAYSECS - 1; // Make a second older because PHP Unit is too damn fast!!
|
||||
|
||||
$this->create_messagelist(['timecreated' => $now]);
|
||||
$this->create_messagelist(['timecreated' => $now - HOURSECS]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user