You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setting recompletionnotify has default "range" but this isn't in the list of options.
This causes the core Moodle unit test adminlib_test::test_admin_apply_default_settings to fail:
There was 1 failure:
core\adminlib_test::test_admin_apply_default_settings
Failed asserting that two arrays are identical.
--- Expected
+++ Actual
@@ @@
-Array &0 ()
+Array &0 (
extra white space at the end of line 69 - hard to see the actual failure with all the other noise in there.
Feel free to fix up otherwise I'll try to get to this sometime next week!
FILE: /home/runner/work/moodle-local_recompletion/moodle-local_recompletion/moodle/local/recompletion/settings.php
------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------
69 | ERROR | [x] Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
The setting recompletionnotify has default "range" but this isn't in the list of options.
This causes the core Moodle unit test adminlib_test::test_admin_apply_default_settings to fail:
This appears to be a new issue affecting version 2024090300 - version 2024071103 was fine.
The text was updated successfully, but these errors were encountered: