moodle/cache/tests
Andrew Nicols 5c6ebcd5f5
MDL-78466 cache: Perform strict test on static cache values
If a statically accelerated cache returns an empty array then the value
was still fetched from the non-static cache store.

The check of the `$result` should be strictly checked against `false`,
which is the value used if no value was found.
2023-06-14 09:28:53 +08:00
..
behat MDL-73848 administration: Add tests for breadcrumbs and nav highlights 2022-03-25 17:44:58 +08:00
fixtures MDL-72837 core_cache: Add versioned cache support 2022-02-23 16:58:38 +00: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_test.php MDL-78466 cache: Perform strict test on static cache values 2023-06-14 09:28:53 +08: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