moodle/lib/testing
Russell Smith a169739d5d MDL-56273 cache: Use cache initialise always.
purge_all() and purge_by_definition() look in the configuration
for which caches are available and then creates them to purge them.
The configuration stores the values used by initialise(), not
initialise_unit_test_instance() and would therefore fail to purge
all caches if they were not purged by another means.

In the case of filestore, it's purged by unit tests, in the case
of memcache(d), it purges the whole store when a single definition
is requested.

Therefore all configuration was moved into the configuration file
during unit tests and does not have any special override codes in
the unit test infrastructure.
2016-10-30 13:42:43 +11:00
..
classes MDL-56273 cache: Use cache initialise always. 2016-10-30 13:42:43 +11:00
generator MDL-53832 enrol_lti: Unit tests for tool_provider 2016-10-19 11:14:27 +08:00
tests MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
lib.php MDL-55379 phpunit: Coding style fix 2016-09-22 15:11:16 +08:00