moodle/files/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-79029 behat: replace deprecated behat steps 2024-01-22 11:12:28 +01:00
external MDL-80247 files: multi-byte aware filename shortening in exporter. 2024-01-04 13:20:14 +00:00
fixtures MDL-68533 core_files: add archive_writer API 2020-12-12 12:44:55 +08:00
local/archive_writer MDL-78256 lib: Code adjustments to the Zipstream 3.1.0 2024-02-12 16:56:37 +07:00
privacy MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
reportbuilder/datasource MDL-79216 files: new report filter type for filesize data. 2023-12-01 09:39:01 +00:00
archive_writer_test.php MDL-75880 phpunit: fix all @coversDefaultClass missing @covers 2022-11-04 16:51:20 +01:00
conversion_test.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
converter_test.php MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
externallib_test.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00