mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
MDL-83504 user: reset preference cache in unittests
This commit is contained in:
parent
b097840e33
commit
33bc3cd98c
@ -788,6 +788,7 @@ class core_user {
|
||||
*/
|
||||
public static function reset_caches() {
|
||||
self::$propertiescache = null;
|
||||
self::$preferencescache = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user