moodle/question/engine/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
..
coverage.php MDL-76362 question: Refactor question number unit tests 2023-01-23 09:15:54 +08:00
datalib_reporting_queries_test.php MDL-79254 quiz_statistics: Convert recalculate task to ad-hoc 2023-09-27 15:43:15 +01:00
datalib_test.php MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
helpers.php Merge branch 'MDL-78874-master' of https://github.com/danghieu1407/moodle 2023-09-05 12:05:59 +08:00
qubaid_condition_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
question_display_options_test.php MDL-76849 qtype: Add a questionidentifier instance variable 2023-03-09 08:59:33 +08:00
question_engine_test.php MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
question_reference_manager_test.php MDL-78025 questions: questions_in_use should check question_references 2023-04-26 15:29:38 +01:00
questionattempt_db_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionattempt_test.php MDL-77299 question: Added class properties that are not declared. 2023-03-01 10:09:09 +07:00
questionattempt_with_steps_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionattemptiterator_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionattemptstep_db_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionattemptstep_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionattemptstepiterator_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionbank_test.php MDL-77136 core_question: Newest versions get_questions_from_categories 2023-12-06 14:02:14 +01:00
questionstate_test.php MDL-80127 question engine: prevent fatal errors from old bad data 2023-11-15 16:34:35 +00:00
questionusage_autosave_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionusagebyactivity_data_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionusagebyactivity_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
questionutils_test.php MDL-75777 phpunit: Move tests to use correct names and ns (take#6) 2022-09-19 11:01:21 +02:00
unitofwork_test.php MDL-78547 questions: a way to replace a attempt in a usage 2024-03-07 16:14:47 +00:00
walkthrough_test.php MDL-77464 questions: regrading was losing question_attempt metadata 2023-03-07 13:40:10 +00:00