moodle/calendar
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: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes MDL-73854 Calendar: Fix calendar controls cannot be translated 2022-02-15 12:16:32 +07:00
templates MDL-73297 Calendar: Display improvement in small screen 2022-01-07 14:41:32 +07:00
tests MDL-73785 phpunit: Move more tests to use correct names and namespaces 2022-03-03 12:19:30 +01:00
type/gregorian MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
delete.php MDL-59671 core_calendar: replace current delete permission checks 2017-08-09 14:51:22 +08:00
event.php MDL-59890 calendar: Display category events on calendars 2017-10-03 23:22:18 +08:00
event_form.php Merge branch 'MDL-58997-group-names-multilang' of https://github.com/lucaboesch/moodle 2017-05-30 16:53:06 +01:00
export.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
export_execute.php MDL-61554 calendar: Set $PAGE context in calendar export. 2021-12-07 12:30:23 +13:00
externallib.php MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
import.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
index.php
lib.php MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
managesubscriptions.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
renderer.php MDL-72810 core_calendar: Remove the three-month pseudo block 2021-11-19 18:33:46 +08:00
upgrade.txt MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
view.php MDL-72237 core_calendar: limit number of day events on calenar view 2021-12-03 16:21:30 +11:00