moodle/blocks/recentlyaccesseditems
Eloy Lafuente (stronk7) 4003e31983 MDL-73785 phpunit: Move more tests to use correct names and namespaces
Applied the following changes to various testcase classes:

- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Remove file phpdoc block
- Remove MOODLE_INTERNAL if not needed.
- Changed code to point to global scope when needed.
- Fix some relative paths and comments here and there.
- All them passing individually.
- Complete runs passing too.

Special mention to:

- When belonging to other components and being valid api:
  - analytics related tests have been moved to tests/analytics subdir.
  - backup & restore related tests have been moved to tests/backup subdir.
  - events related tests have been moved to tests/event subdir.
  - privacy related tests have been moved to tests/privacy.
  - task related tests have been moved to tests/task subdir.
- Some simple renames, not including the component part anymore (not
  needed now that they are namespaced):
  - some xxxlib_test.php have been renamed lib_test.php
    (when they where testing the corresponding lib.php).
  - cache stores tests have been all renamed store_test, originally
    each one had its own name (file_test, apcu_test, redis_test...)
  - assign feedback tests have been all renamed feedback_test, originally
    each one had its own name (file_test, editpdf_test...)
2022-03-03 12:19:30 +01:00
..
amd MDL-73915 js: Switch amd minification to terser 2022-02-23 08:55:09 +08:00
classes MDL-69168 block_recentlyaccesseditems: apply custom icon 2020-08-07 09:14:01 -07:00
db MDL-72092 recentlyaccesseditems: Change the default block location 2022-03-01 19:13:20 +08:00
lang/en MDL-63995 blocks: Remove unused capabilities and warning. 2019-03-25 12:20:13 +13:00
pix
templates MDL-64506 templates: BS2 m-x-x to BS4 mx-x 2019-04-03 19:47:11 +08:00
tests MDL-73785 phpunit: Move more tests to use correct names and namespaces 2022-03-03 12:19:30 +01:00
block_recentlyaccesseditems.php
lib.php MDL-65803 recentlyaccesseditems: Restrict response to valid courses. 2019-06-12 12:10:50 +08:00
upgrade.txt MDL-63995 blocks: Remove unused capabilities and warning. 2019-03-25 12:20:13 +13:00
version.php MDL-72092 recentlyaccesseditems: Change the default block location 2022-03-01 19:13:20 +08:00