moodle/cache/tests
Sam Hemelryk 63b159d0d4 MDL-48568 cache: stores now determine testing
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.
2014-12-12 09:30:46 +13:00
..
fixtures MDL-48568 cache: stores now determine testing 2014-12-12 09:30:46 +13:00
administration_helper_test.php MDL-45513 cache: added support to unit tests for alt cache stores 2014-05-30 08:41:07 +12:00
cache_test.php MDL-45513 cache: implemented defines for unit testing alternative caches 2014-05-30 08:41:07 +12:00
config_writer_test.php MDL-40901 standardise core test case class and file names 2013-08-04 22:10:31 +02:00