-
Bug
-
Resolution: Fixed
-
Major
-
3.10.1
-
MOODLE_310_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
There is the following failure on PHP8
It looks like a different sort order or capital/lowercase letters. dmitriim, would be great if you can look at it.
12) quizaccess_seb_property_list_testcase::test_export_to_json with data set "unordered elements" ('<key>testKey</key><string>tes...tring>', '{"allowWlan":"testValue3","al...alue"}')
|
Failed asserting that two strings are equal.
|
--- Expected
|
+++ Actual
|
@@ @@
|
-'{"allowWlan":"testValue3","allowWLAN":"testValue2","testKey":"testValue"}'
|
+'{"allowWLAN":"testValue2","allowWlan":"testValue3","testKey":"testValue"}'
|
|
/var/www/html/mod/quiz/accessrule/seb/tests/property_list_test.php:240
|
/var/www/html/lib/phpunit/classes/advanced_testcase.php:80
|
|
I have a quick fix for it in my test branch but I don't really understand what happened in PHP 8 and why did it change
- has a non-specific relationship to
-
MDL-67850 Add Safe Exam Browser integration to the standard Moodle package (moodle-quizaccess_seb)
- Closed