-
New Feature
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_28_STABLE
-
45513-28-defines
-
It'd be great to be able to run unit tests against custom cache stores rather than just the default stores.
I suppose the biggest advantage to this is that it would allow for faster unit test runs by using faster cache backends (memcache, apc etc).
We'd have to ensure that the unit tests stay as they are when running against the default and that by default the default stores would be used.
Really we'd have to have some tests marked as skipped to ensure that the dev knew that there was things being avoided.
We have a file test that manually checks cached filed existence which could not be tested against anything but the default.
- blocks
-
MDL-45699 Allow acceptance tests to be executed against custom cache stores.
- Closed