Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Do
-
2.4.1, 3.4.4, 3.5.1
-
None
-
MOODLE_24_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
wip-
MDL-37327-master
Description
Add current_time() to moodlelib - which either just returns time() or if a global is set returns the time relative to a manually set time.
Add a function to the data generator to allow the current time to be set.
Replace all calls to time() with current_time().
Concerns
- current_time() is not very descriptive
- changing all calls to time() will create a large patch (1232 instances outside of tests)
Attachments
Issue Links
- blocks
-
MDL-60644 core_search: Remove hacky PHPunit time workarounds after MDL-37327 fix
-
- Closed
-
- has been marked as being related by
-
MDL-22183 Stats keeps running later and later - use scheduled task time only
-
- Closed
-
- Testing discovered
-
MDL-22183 Stats keeps running later and later - use scheduled task time only
-
- Closed
-