-
Task
-
Resolution: Fixed
-
Minor
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_33_STABLE
-
wip-mdl-58068
-
- Sanity check code that alternative_file_system_class is allowed for unit tests and behat.
Now that MDL-46375 has been integrated (Thanks dobedobedoh), I believe there should be support for running all unit tests against a configured $CFG->alternative_file_system_class.
There are two ways i can see this happening:
1. $CFG->alternative_file_system_class is added to the allowed $CFG variables list in /lib/phpunit/bootstrap.php
2. If its a unit test, setup_file_system will look for a $CFG->phpunit_alternative_file_system_class
My preference is for option 1.
- has been marked as being related by
-
MDL-46375 Move file-system specific components of file_storage and stored_file to new overridable API
-
- Closed
-