-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_402_STABLE
-
- Verify that all the CI jobs are passing ok with php82.
- And, more specifically, verify that the PHPUnit output is 100% free from any PHP Warning/Notice/Deprecation message.
There's this failure in PHPUnit related to mod_data when running on PHP 8.2:
1) mod_data\entries_export_test::test_export_ods
|
This test printed output:
|
Deprecated: Creation of dynamic property MoodleODSWorksheet::$maxr is deprecated in /var/www/html/lib/odslib.class.php on line 867
|
|
Deprecated: Creation of dynamic property MoodleODSWorksheet::$maxc is deprecated in /var/www/html/lib/odslib.class.php on line 868
|
This seems to affect master only and is related to MDL-40084.
- is a regression caused by
-
MDL-40084 Export related files in database activity export
-
- Closed
-