moodle/calendar
Eloy Lafuente (stronk7) eb0c520ad6 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:38 +01:00
..
amd MDL-73915 js: Switch amd minification to terser 2022-02-23 08:51:44 +08:00
classes MDL-71789 calendar: fix subscription url validation 2021-06-30 16:29:58 +02:00
templates MDL-72635 calendar: fix typo in data attribute 2021-10-05 06:30:43 +08:00
tests MDL-73785 phpunit: Move more tests to use correct names and namespaces 2022-03-03 12:19:38 +01:00
type/gregorian MDL-71583 versions: bump all versions and requires near release 2021-05-11 18:50:34 +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-72403 calendar: prereserve courseid after form submit 2021-08-24 18:05:00 +10:00
export_execute.php MDL-61554 calendar: Set $PAGE context in calendar export. 2021-12-07 12:23:32 +13:00
externallib.php MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:17 +01:00
index.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
lib.php MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:17 +01:00
managesubscriptions.php MDL-72106 calendar: redirect to same page post-subscription process. 2021-08-10 09:40:54 +01:00
renderer.php MDL-67208 calendar: fix manage subscription redirection 2021-06-24 17:00:04 +08:00
upgrade.txt MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:17 +01:00
view.php MDL-66875 calendar: allow the use of day, mon and year again. 2020-01-25 00:56:39 +01:00