-
Bug
-
Resolution: Fixed
-
Minor
-
4.4.5, 4.5
There is a static variable in \core\user::$preferencescache that needs to be reset between unittests because it may contain some values that are different between tests.
For example, $preferences['user_home_page_preference'] has a list of choices that are populated from a hook and can be different depending on the enabled functionality.
Other plugins may also implement *_user_preferences callback using dynamic list of options
- will help resolve
-
MDL-63824 Static caches not reset between tests and causing nightmares
-
- Open
-