moodle/report/usersessions
Eloy Lafuente (stronk7) 511801cb46 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:42 +01:00
..
classes/privacy MDL-61881 report_usersessions: Implement null privacy provider 2018-04-09 09:57:15 +08:00
db
lang/en MDL-61881 report: fix privacy lang strings 2018-04-11 10:06:51 +08:00
tests MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
index.php
lib.php
locallib.php
user.php
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00