moodle/repository/nextcloud
Eloy Lafuente (stronk7) 6dd561a11c MDL-73352 phpunit: lib_test and locallib_test testcase names
All lib_test and locallib_test classes:

- Namespaced with component (and API whenever makes sense).
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed or add new uses.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under login/tests:

1) The core_login component doesn't exist.
2) But login/tests are allowed because there is a suite pointing to it (phpunit.xml).
3) So, the only possible namespace for them is "core".
4) And to avoid problems with other core testcases (under lib/tests)
   they have been renamed to have login_xxxx as prefix.
2021-12-30 16:21:48 +01:00
..
classes MDL-64243 nextcloud: Add support for offline download for Moodle Mobile 2019-03-06 16:32:24 +01:00
db NOBUG: Fixed file access permissions 2018-11-02 21:08:46 +01:00
lang/en MDL-72063 lang: Import fixed English strings (en_fix) 2021-07-01 19:14:53 +02:00
pix NOBUG: Fixed SVG browser compatibility 2018-11-02 21:08:44 +01:00
tests MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:48 +01:00
lib.php MDL-67975 nextcloud: Add support for Link to file 2021-06-09 13:38:07 +05:30
version.php MDL-71583 versions: bump all versions and requires near release 2021-05-11 18:50:34 +02:00