mirror of
https://github.com/moodle/moodle.git
synced 2025-03-27 19:12:39 +01:00
Cache stores are now responsible for deciding if they are suitable for use as the primary cache store during unit and acceptance tests Changes are as follows: * New method: cache_store::ready_to_be_used_for_testing * Core cache store have been updated to override this method as required. * MongoDB usesafe default changed to true to match actual default behaviour.