moodle/cache/tests
sam marshall 0f8577784d MDL-78467 core_cache: Improve cache locking API
* Makes it possible to safely call acquire_lock so that it throws an
  exception instead of returning false if it can't get a lock (which
  most existing uses assumed it already does).
* Fix some omissions from the requirelockingbeforewrite option (it
  now checks on delete).
* Modinfo uses a versioned cache, so it is not necessary to delete
  items, only increase the version. (Provided we keep track of
  cacherev carefully...)
2023-09-14 09:28:10 +01:00
..
behat MDL-73848 administration: Add tests for breadcrumbs and nav highlights 2022-03-25 17:44:58 +08:00
fixtures MDL-78467 core_cache: Improve cache locking API 2023-09-14 09:28:10 +01:00
administration_helper_test.php MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
allow_temporary_caches_test.php MDL-76784 core_cache: versioned cache (modinfo) can fail in install 2023-02-21 10:40:23 +00:00
cache_helper_test.php MDL-78466 cache: Add new result_found helper 2023-06-14 11:58:12 +08:00
cache_test.php MDL-78467 core_cache: Improve cache locking API 2023-09-14 09:28:10 +01:00
config_writer_test.php MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
store_test.php MDL-72619 core_cache: Provide admin page to view cache size estimates 2021-10-11 16:49:21 +01:00