-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.5, 3.4.2, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-61801-master -
- Run the attached test file
- Confirm that it displays the information about a stored file
- Run the attached test file
The phpunit provider testcase has a bug in its export_file function - it exports them to the customfiles instead.
Essentially this means that you can't fetch the files out for the purpose of Unit testing.
I'm writing unit tests which make use of this functionality in MDL-61309 for mod_forum.