moodle/lib/dml/tests/fixtures
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
..
clob.txt
randombinary
read_slave_moodle_database.php MDL-78160 lib: Added class properties that are not declared in dml 2023-06-19 19:56:07 +07:00
read_slave_moodle_database_mock_mysqli.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
read_slave_moodle_database_mock_pgsql.php MDL-73713 dml: test namespaces fix - a noop 2022-03-24 09:30:10 +10:00
read_slave_moodle_database_special.php MDL-73424 general: specify return type where possible 2022-10-10 16:46:26 +02:00
read_slave_moodle_database_table_names.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
read_slave_moodle_recordset_special.php MDL-73424 general: specify return type where possible 2022-10-10 16:46:26 +02:00
test_dml_sql_debugging_fixture.php MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
test_moodle_database.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
test_moodle_read_slave_trait.php MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
test_sql_generator.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00