moodle/question/tests
Eloy Lafuente (stronk7) 361dfe8145
MDL-75952 general: Since php81, refection->setAccessible() is no-op
Refereces:
- https://wiki.php.net/rfc/make-reflection-setaccessible-no-op
- https://www.php.net/manual/en/reflectionproperty.setaccessible.php
- https://www.php.net/manual/en/reflectionmethod.setaccessible.php

As of PHP 8.1.0, calling this method has no effect; all methods are
invokable by default. So, let's remove all uses from core, they are
no-op.
2024-03-10 21:15:00 +01:00
..
behat MDL-71733 behat: final removal of deprecated 400 step definitions. 2024-01-04 12:43:52 +00:00
event MDL-71696 core_question: class autoload changes 2022-02-03 22:22:50 +11:00
fixtures MDL-71636 core_question : API changes for column_base 2022-03-02 08:14:48 +00:00
generator MDL-78547 quiz: in a preview, if a question has been edited, update it 2024-03-07 16:14:47 +00:00
local MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
privacy MDL-77164 privacy: typehint test content writer 2023-04-13 09:43:15 +01:00
backup_test.php MDL-76870 question: change assertion to assertEqualsCanonicalizing 2023-01-13 18:12:48 +08:00
calculated_question_summary_test.php MDL-77626 quiz statistics: Divide by zero if a random Q has max mark 0 2023-03-14 16:29:12 +00:00
coverage.php MDL-76362 question: Refactor question number unit tests 2023-01-23 09:15:54 +08:00
externallib_test.php MDL-77989 core: Fix uses of legacy external API 2023-04-21 13:33:56 +08:00
generator_test.php MDL-71696 core_question: Changes for versioning 2022-02-03 22:22:44 +11:00
importexport_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
least_used_variant_strategy_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
privacy_helper.php MDL-77164 privacy: typehint test content writer 2023-04-13 09:43:15 +01:00
question_bank_column_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
random_question_loader_test.php MDL-72321 mod_quiz: Use new datafilters for random questions 2023-08-31 15:00:39 +01:00
version_test.php MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00