-
Task
-
Resolution: Fixed
-
Minor
-
3.11, 3.11.14
-
MOODLE_311_STABLE
-
MOODLE_403_STABLE
-
With the bump to PHPUnit @ MDL-71036 (Moodle 3.11), some parts of the phpunit.xml schema were changed.
One of the changes was about to rename the old whitelist to include. That was done and, in parallel, we changed our coverage_info properties in the same direction:
- whitelistfolders => includelistfolders
- whitelistfiles => includelistfiles
And left the old (whitelist) ones deprecated, so they continue working but display a warning when the PHPUnit site is created.
Now, for Moodle 4.3, we should remove them completely. To do it, just look for this issue code (MDL-71067) in codebase and remove the 2 properties and 1 block (if-block) of code.
Verify that there aren't more occurrences in code, apart from the change that was documented in lib/upgrade.txt.
Ciao
- has a non-specific relationship to
-
MDL-71036 Upgrade PHPUnit to 9.5.x
- Closed